Searched refs:TestLoc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 100 const DebugLoc &TestLoc, X86::CondCode Cond); 103 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs); 438 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() local 513 TestLoc = DebugLoc(); in runOnMachineFunction() 622 rewriteSetCC(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction() 624 rewriteArithmetic(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction() 626 rewriteMI(*TestMBB, TestPos, TestLoc, MI, CondRegs); in runOnMachineFunction() 691 rewriteMI(*TestMBB, TestPos, TestLoc, *JmpI, CondRegs); in runOnMachineFunction() 740 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg() argument 742 auto SetI = BuildMI(TestMBB, TestPos, TestLoc, TII->get(X86::SETCCr), Reg) in promoteCondToReg() [all …]
|