Home
last modified time | relevance | path

Searched defs:DbgLoc (Results 1 – 21 of 21) sorted by relevance

/llvm-project/polly/include/polly/
H A DScopDetectionDiagnostic.h232 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 DPPCInstructionSelector.cpp190 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 DScalarEvolutionExpander.h139 DebugLoc DbgLoc; global() variable
/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp115 bool SwiftErrorValueTracking::createEntriesInEntryBlock(DebugLoc DbgLoc) { in createEntriesInEntryBlock() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h301 DebugLoc DbgLoc; // Source line information. global() variable
H A DSwitchLoweringUtils.h138 DebugLoc DbgLoc; member
/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp491 const DebugLoc &DbgLoc; member
773 auto &DbgLoc = MIB->getDebugLoc(); in selectSelect() local
/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h376 DebugLoc DbgLoc; global() variable
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp850 const DebugLoc &DbgLoc = DbgDeclareI->getDebugLoc(); TEST() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1495 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 DFastISel.cpp1682 fastEmitBranch(MachineBasicBlock * MSucc,const DebugLoc & DbgLoc) fastEmitBranch() argument
H A DSelectionDAGBuilder.cpp1575 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 DAMDGPULibCalls.cpp1441 DILocation *DbgLoc = DILocation::getMergedLocations(MergeDbgLocs); fold_sincos() local
/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1507 const DebugLoc &DbgLoc = I.getDebugLoc(); materializeFP() local
/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp1764 DebugLoc DbgLoc; isValidRegion() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp855 auto DbgLoc = deriveNewFramePointer() local
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp550 const DebugLoc &DbgLoc = MI.getDebugLoc(); BuildDbgValue() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3884 DebugLoc DbgLoc = F.getEntryBlock().getFirstNonPHI()->getDebugLoc(); runOnMachineFunction() local
/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp244 if (auto DbgLoc = I.getDebugLoc()) processInstruction() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6740 MDNode *DbgLoc; parseDebugRecord() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp559 TEST_F(OpenMPIRBuilderTest,DbgLoc) TEST_F() argument