Home
last modified time | relevance | path

Searched refs:MDPtr (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreInstrInfo.h84 const MDNode *MDPtr,
DXCoreInstrInfo.cpp391 uint64_t Offset, const MDNode *MDPtr, in emitFrameIndexDebugValue() argument
394 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.h176 const MDNode *MDPtr,
DMipsInstrInfo.cpp217 uint64_t Offset, const MDNode *MDPtr, in emitFrameIndexDebugValue() argument
220 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.h135 const MDNode *MDPtr,
DPPCInstrInfo.cpp622 const MDNode *MDPtr, in emitFrameIndexDebugValue() argument
625 addFrameReference(MIB, FrameIx, 0, false).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocFast.cpp278 const MDNode *MDPtr = in spillVirtReg() local
292 TII->emitFrameIndexDebugValue(*MF, FI, Offset, MDPtr, DL)) { in spillVirtReg()
832 const MDNode *MDPtr = in AllocateBasicBlock() local
836 TII->emitFrameIndexDebugValue(*MF, SS, Offset, MDPtr, DL)) { in AllocateBasicBlock()
DInlineSpiller.cpp1103 const MDNode *MDPtr = MI->getOperand(2).getMetadata(); in spillAroundUses() local
1106 Offset, MDPtr, DL)) { in spillAroundUses()
DLiveIntervalAnalysis.cpp1450 const MDNode *MDPtr = MI->getOperand(2).getMetadata(); in rewriteInstructionsForSpills() local
1454 Offset, MDPtr, DL)) { in rewriteInstructionsForSpills()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp604 MDNode* MDPtr = SD->getMDPtr(); in EmitDbgValue() local
611 return TII->emitFrameIndexDebugValue(*MF, FrameIx, Offset, MDPtr, DL); in EmitDbgValue()
649 MIB.addImm(Offset).addMetadata(MDPtr); in EmitDbgValue()
DSelectionDAG.cpp5198 SelectionDAG::getDbgValue(MDNode *MDPtr, SDNode *N, unsigned R, uint64_t Off, in getDbgValue() argument
5200 return new (Allocator) SDDbgValue(MDPtr, N, R, Off, DL, O); in getDbgValue()
5204 SelectionDAG::getDbgValue(MDNode *MDPtr, const Value *C, uint64_t Off, in getDbgValue() argument
5206 return new (Allocator) SDDbgValue(MDPtr, C, Off, DL, O); in getDbgValue()
5210 SelectionDAG::getDbgValue(MDNode *MDPtr, unsigned FI, uint64_t Off, in getDbgValue() argument
5212 return new (Allocator) SDDbgValue(MDPtr, FI, Off, DL, O); in getDbgValue()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h256 const MDNode *MDPtr,
DX86InstrInfo.cpp2436 const MDNode *MDPtr, in emitFrameIndexDebugValue() argument
2442 addFullAddress(MIB, AM).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h131 const MDNode *MDPtr,
DARMBaseInstrInfo.cpp1068 const MDNode *MDPtr, in emitFrameIndexDebugValue() argument
1071 .addFrameIndex(FrameIx).addImm(0).addImm(Offset).addMetadata(MDPtr); in emitFrameIndexDebugValue()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h809 SDDbgValue *getDbgValue(MDNode *MDPtr, SDNode *N, unsigned R, uint64_t Off,
811 SDDbgValue *getDbgValue(MDNode *MDPtr, const Value *C, uint64_t Off,
813 SDDbgValue *getDbgValue(MDNode *MDPtr, unsigned FI, uint64_t Off,
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h410 const MDNode *MDPtr, in emitFrameIndexDebugValue() argument