Searched refs:TestLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FlagsCopyLowering.cpp | 107 const DebugLoc &TestLoc, MachineInstr &MI, 115 const DebugLoc &TestLoc, MachineInstr &CMovI, 119 const DebugLoc &TestLoc, MachineInstr &JmpI, 125 const DebugLoc &TestLoc, MachineInstr &SetCCI, 419 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() local 493 TestLoc = DebugLoc(); in runOnMachineFunction() 740 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg() argument 742 auto SetI = BuildMI(TestMBB, TestPos, TestLoc, in promoteCondToReg() 756 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in getCondOrInverseInReg() 803 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in rewriteArithmetic() [all …]
|