Searched refs:TestLoc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FlagsCopyLowering.cpp | 111 const DebugLoc &TestLoc, MachineInstr &MI, 119 const DebugLoc &TestLoc, MachineInstr &CMovI, 123 const DebugLoc &TestLoc, MachineInstr &JmpI, 129 const DebugLoc &TestLoc, MachineInstr &SetCCI, 437 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() local 511 TestLoc = DebugLoc(); in runOnMachineFunction() 758 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg() argument 760 auto SetI = BuildMI(TestMBB, TestPos, TestLoc, in promoteCondToReg() 774 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in getCondOrInverseInReg() 829 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond); in rewriteArithmetic() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseNullptrCheck.cpp | 378 bool expandsFrom(SourceLocation TestLoc, SourceLocation TestMacroLoc) { in expandsFrom() argument 379 if (TestLoc.isFileID()) { in expandsFrom() 383 SourceLocation Loc = TestLoc, MacroLoc; in expandsFrom()
|