Home
last modified time | relevance | path

Searched defs:TestLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp437 DebugLoc TestLoc = CopyDefI.getDebugLoc(); in runOnMachineFunction() local
758 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg()
770 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg()
794 const DebugLoc &TestLoc, MachineInstr &MI, MachineOperand &FlagUse, in rewriteArithmetic()
848 const DebugLoc &TestLoc, in rewriteCMov()
874 const DebugLoc &TestLoc, in rewriteFCMov()
919 const DebugLoc &TestLoc, MachineInstr &JmpI, CondRegArray &CondRegs) { in rewriteCondJmp()
950 const DebugLoc &TestLoc, in rewriteSetCC()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.cpp378 bool expandsFrom(SourceLocation TestLoc, SourceLocation TestMacroLoc) { in expandsFrom()