Searched refs:AddOpcode (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/ |
H A D | AVRFrameLowering.cpp | 386 unsigned AddOpcode; in eliminateCallFramePseudoInstr() local 389 AddOpcode = AVR::ADIWRdK; in eliminateCallFramePseudoInstr() 391 AddOpcode = AVR::SUBIWRdK; in eliminateCallFramePseudoInstr() 398 MachineInstr *New = BuildMI(MBB, MI, DL, TII.get(AddOpcode), AVR::R31R30) in eliminateCallFramePseudoInstr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 159 void splitBranchOnCount(MachineInstr *MI, unsigned AddOpcode); 355 unsigned AddOpcode) { in splitBranchOnCount() argument 358 BuildMI(*MBB, MI, DL, TII->get(AddOpcode)) in splitBranchOnCount()
|
/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 155 void splitBranchOnCount(MachineInstr *MI, unsigned AddOpcode); 351 unsigned AddOpcode) { in splitBranchOnCount() argument 354 BuildMI(*MBB, MI, DL, TII->get(AddOpcode)) in splitBranchOnCount()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 158 void splitBranchOnCount(MachineInstr *MI, unsigned AddOpcode); 371 unsigned AddOpcode) { in splitBranchOnCount() argument 374 BuildMI(*MBB, MI, DL, TII->get(AddOpcode)) in splitBranchOnCount()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86FixupLEAs.cpp | 409 unsigned AddOpcode = getADDrrFromLEA(LEAOpcode); in searchALUInst() local 428 if (AluOpcode != AddOpcode && AluOpcode != SubOpcode) in searchALUInst()
|