Home
last modified time | relevance | path

Searched refs:convertToThreeAddress (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h258 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
DSystemZInstrInfo.cpp954 MachineInstr *SystemZInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in SystemZInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h238 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
DX86FixupLEAs.cpp183 return TII->convertToThreeAddress(MFI, MI, nullptr); in INITIALIZE_PASS()
DX86InstrInfo.cpp892 X86InstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function in X86InstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h116 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
DARMBaseInstrInfo.cpp141 MachineInstr *ARMBaseInstrInfo::convertToThreeAddress( in convertToThreeAddress() function in ARMBaseInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h394 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h325 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MBB,
DSIInstrInfo.cpp2614 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineFunction::iterator &MBB, in convertToThreeAddress() function in SIInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp735 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV); in convertInstTo3Addr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2596 // it during register allocation via convertToThreeAddress or some similar