Home
last modified time | relevance | path

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 DAVRFrameLowering.cpp386 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 DSystemZLongBranch.cpp159 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 DSystemZLongBranch.cpp155 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 DSystemZLongBranch.cpp158 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 DX86FixupLEAs.cpp409 unsigned AddOpcode = getADDrrFromLEA(LEAOpcode); in searchALUInst() local
428 if (AluOpcode != AddOpcode && AluOpcode != SubOpcode) in searchALUInst()