/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 190 const DebugLoc &DbgLoc = I.getDebugLoc(); in selectIntToFP() local 217 const DebugLoc &DbgLoc = I.getDebugLoc(); in selectFPToInt() local 650 const DebugLoc &DbgLoc = I.getDebugLoc(); in selectConstantPool() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 122 DebugLoc DbgLoc; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugProgramInstruction.h | 86 DebugLoc DbgLoc; global() variable
|
H A D | IRBuilder.h | 373 DebugLoc DbgLoc; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SwiftErrorValueTracking.cpp | 115 bool SwiftErrorValueTracking::createEntriesInEntryBlock(DebugLoc DbgLoc) { in createEntriesInEntryBlock()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 284 DebugLoc DbgLoc; // Source line information. global() variable
|
H A D | SwitchLoweringUtils.h | 138 DebugLoc DbgLoc; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 489 const DebugLoc &DbgLoc; global() member 771 auto &DbgLoc = MIB->getDebugLoc(); selectSelect() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 1385 processIfEntryValueDbgDeclare(FunctionLoweringInfo & FuncInfo,const Value * Arg,DIExpression * Expr,DILocalVariable * Var,DebugLoc DbgLoc) processIfEntryValueDbgDeclare() argument 1410 processDbgDeclare(FunctionLoweringInfo & FuncInfo,const Value * Address,DIExpression * Expr,DILocalVariable * Var,DebugLoc DbgLoc) processDbgDeclare() argument [all...] |
H A D | FastISel.cpp | 1641 fastEmitBranch(MachineBasicBlock * MSucc,const DebugLoc & DbgLoc) fastEmitBranch() argument
|
H A D | SelectionDAGBuilder.cpp | 1542 handleKillDebugValue(DILocalVariable * Var,DIExpression * Expr,DebugLoc DbgLoc,unsigned Order) handleKillDebugValue() argument 1553 handleDebugValue(ArrayRef<const Value * > Values,DILocalVariable * Var,DIExpression * Expr,DebugLoc DbgLoc,unsigned Order,bool IsVariadic) handleDebugValue() argument 6038 visitEntryValueDbgValue(ArrayRef<const Value * > Values,DILocalVariable * Variable,DIExpression * Expr,DebugLoc DbgLoc) visitEntryValueDbgValue() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 1490 const DebugLoc &DbgLoc = I.getDebugLoc(); materializeFP() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 1397 DILocation *DbgLoc = DILocation::getMergedLocations(MergeDbgLocs); fold_sincos() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 870 auto DbgLoc = deriveNewFramePointer() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 550 const DebugLoc &DbgLoc = MI.getDebugLoc(); in BuildDbgValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 3706 DebugLoc DbgLoc = F.getEntryBlock().getFirstNonPHI()->getDebugLoc(); runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 240 if (auto DbgLoc = I.getDebugLoc()) processInstruction() local
|