/llvm-project/polly/include/polly/ |
H A D | ScopDetectionDiagnostic.h | 232 DebugLoc DbgLoc; variable 235 ReportIrreducibleRegion(Region *R, DebugLoc DbgLoc) in ReportIrreducibleRegion() 257 DebugLoc DbgLoc; variable 260 ReportUnreachableInExit(BasicBlock *BB, DebugLoc DbgLoc) in ReportUnreachableInExit() 283 DebugLoc DbgLoc; variable 286 ReportIndirectPredecessor(Instruction *Inst, DebugLoc DbgLoc) in ReportIndirectPredecessor()
|
/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
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 139 DebugLoc DbgLoc; global() variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SwiftErrorValueTracking.cpp | 115 bool SwiftErrorValueTracking::createEntriesInEntryBlock(DebugLoc DbgLoc) { in createEntriesInEntryBlock() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 301 DebugLoc DbgLoc; // Source line information. global() variable
|
H A D | SwitchLoweringUtils.h | 138 DebugLoc DbgLoc; member
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 491 const DebugLoc &DbgLoc; member 773 auto &DbgLoc = MIB->getDebugLoc(); in selectSelect() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 376 DebugLoc DbgLoc; global() variable
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CloningTest.cpp | 850 const DebugLoc &DbgLoc = DbgDeclareI->getDebugLoc(); TEST() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 1495 processIfEntryValueDbgDeclare(FunctionLoweringInfo & FuncInfo,const Value * Arg,DIExpression * Expr,DILocalVariable * Var,DebugLoc DbgLoc) processIfEntryValueDbgDeclare() argument 1520 processDbgDeclare(FunctionLoweringInfo & FuncInfo,const Value * Address,DIExpression * Expr,DILocalVariable * Var,DebugLoc DbgLoc) processDbgDeclare() argument [all...] |
H A D | FastISel.cpp | 1682 fastEmitBranch(MachineBasicBlock * MSucc,const DebugLoc & DbgLoc) fastEmitBranch() argument
|
H A D | SelectionDAGBuilder.cpp | 1575 handleDebugValue(Poison, Var, NewExpr, DbgLoc, Order, in handleKillDebugValue() argument 1586 handleDebugValue(ArrayRef<const Value * > Values,DILocalVariable * Var,DIExpression * Expr,DebugLoc DbgLoc,unsigned Order,bool IsVariadic) handleDebugValue() argument 6277 visitEntryValueDbgValue(ArrayRef<const Value * > Values,DILocalVariable * Variable,DIExpression * Expr,DebugLoc DbgLoc) visitEntryValueDbgValue() argument [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 1441 DILocation *DbgLoc = DILocation::getMergedLocations(MergeDbgLocs); fold_sincos() local
|
/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 1507 const DebugLoc &DbgLoc = I.getDebugLoc(); materializeFP() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopDetection.cpp | 1764 DebugLoc DbgLoc; isValidRegion() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 855 auto DbgLoc = deriveNewFramePointer() local
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 550 const DebugLoc &DbgLoc = MI.getDebugLoc(); BuildDbgValue() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 3884 DebugLoc DbgLoc = F.getEntryBlock().getFirstNonPHI()->getDebugLoc(); runOnMachineFunction() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 244 if (auto DbgLoc = I.getDebugLoc()) processInstruction() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6740 MDNode *DbgLoc; parseDebugRecord() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 559 TEST_F(OpenMPIRBuilderTest,DbgLoc) TEST_F() argument
|