Searched refs:TestLoc (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FlagsCopyLowering.cpp | 102 DebugLoc TestLoc, X86::CondCode Cond); 105 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 111 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 115 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 119 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 123 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 128 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 437 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() local 511 TestLoc = DebugLoc(); in runOnMachineFunction() 622 rewriteCMov(*TestMBB, TestPos, TestLoc, MI, *FlagUse, CondRegs); in runOnMachineFunction() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FlagsCopyLowering.cpp | 102 DebugLoc TestLoc, X86::CondCode Cond); 105 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 111 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 115 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 119 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 123 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 129 DebugLoc TestLoc, MachineInstr &SetBI, 132 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 436 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() local 510 TestLoc = DebugLoc(); in runOnMachineFunction() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | UseNullptrCheck.cpp | 363 bool expandsFrom(SourceLocation TestLoc, SourceLocation TestMacroLoc) { in expandsFrom() argument 364 if (TestLoc.isFileID()) { in expandsFrom() 368 SourceLocation Loc = TestLoc, MacroLoc; in expandsFrom()
|