reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64FastISel.cpp
  522 unsigned AArch64FastISel::fastMaterializeConstant(const Constant *C) {
lib/Target/ARM/ARMFastISel.cpp
  642 unsigned ARMFastISel::fastMaterializeConstant(const Constant *C) {
lib/Target/Mips/MipsFastISel.cpp
  447 unsigned MipsFastISel::fastMaterializeConstant(const Constant *C) {
lib/Target/PowerPC/PPCFastISel.cpp
 2241 unsigned PPCFastISel::fastMaterializeConstant(const Constant *C) {
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  615 unsigned WebAssemblyFastISel::fastMaterializeConstant(const Constant *C) {
lib/Target/X86/X86FastISel.cpp
 3847 unsigned X86FastISel::fastMaterializeConstant(const Constant *C) {

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  459     Reg = fastMaterializeConstant(cast<Constant>(V));