Home
last modified time | relevance | path

Searched refs:OrigIns (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp641 Instruction *OrigIns; member
643 : Shadow(S), Origin(O), OrigIns(I) { } in ShadowOriginAndInsertPoint()
779 void materializeOneCheck(Instruction *OrigIns, Value *Shadow, Value *Origin, in materializeOneCheck()
781 IRBuilder<> IRB(OrigIns); in materializeOneCheck()
802 const DataLayout &DL = OrigIns->getModule()->getDataLayout(); in materializeOneCheck()
817 Cmp, OrigIns, in materializeOneCheck()
833 Instruction *OrigIns = ShadowData.OrigIns; in materializeChecks() local
836 materializeOneCheck(OrigIns, Shadow, Origin, InstrumentWithCalls); in materializeChecks()
1201 void insertShadowCheck(Value *Shadow, Value *Origin, Instruction *OrigIns) { in insertShadowCheck()
1210 ShadowOriginAndInsertPoint(Shadow, Origin, OrigIns)); in insertShadowCheck()
[all …]
DAddressSanitizer.cpp485 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
1136 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() argument
1191 Crash->setDebugLoc(OrigIns->getDebugLoc()); in instrumentAddress()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp173 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
468 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress() argument
DMemorySanitizer.cpp1071 Instruction *OrigIns; member
1074 : Shadow(S), Origin(O), OrigIns(I) {} in ShadowOriginAndInsertPoint()
1231 void materializeOneCheck(Instruction *OrigIns, Value *Shadow, Value *Origin, in materializeOneCheck()
1233 IRBuilder<> IRB(OrigIns); in materializeOneCheck()
1245 const DataLayout &DL = OrigIns->getModule()->getDataLayout(); in materializeOneCheck()
1259 Cmp, OrigIns, in materializeOneCheck()
1270 Instruction *OrigIns = ShadowData.OrigIns; in materializeChecks() local
1273 materializeOneCheck(OrigIns, Shadow, Origin, InstrumentWithCalls); in materializeChecks()
1784 void insertShadowCheck(Value *Shadow, Value *Origin, Instruction *OrigIns) { in insertShadowCheck()
1795 ShadowOriginAndInsertPoint(Shadow, Origin, OrigIns)); in insertShadowCheck()
[all …]
DAddressSanitizer.cpp630 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
1644 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() argument
1719 Crash->setDebugLoc(OrigIns->getDebugLoc()); in instrumentAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1041 Instruction *OrigIns; member
1044 : Shadow(S), Origin(O), OrigIns(I) {} in ShadowOriginAndInsertPoint()
1205 void materializeOneCheck(Instruction *OrigIns, Value *Shadow, Value *Origin, in materializeOneCheck()
1207 IRBuilder<> IRB(OrigIns); in materializeOneCheck()
1219 const DataLayout &DL = OrigIns->getModule()->getDataLayout(); in materializeOneCheck()
1234 Cmp, OrigIns, in materializeOneCheck()
1245 Instruction *OrigIns = ShadowData.OrigIns; in materializeChecks() local
1248 materializeOneCheck(OrigIns, Shadow, Origin, InstrumentWithCalls); in materializeChecks()
1699 void insertShadowCheck(Value *Shadow, Value *Origin, Instruction *OrigIns) { in insertShadowCheck()
1708 ShadowOriginAndInsertPoint(Shadow, Origin, OrigIns)); in insertShadowCheck()
[all …]
DAddressSanitizer.cpp627 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
1657 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() argument
1732 Crash->setDebugLoc(OrigIns->getDebugLoc()); in instrumentAddress()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h114 SmallVectorImpl<ISD::InputArg> &OrigIns) const;
DAMDGPUISelLowering.cpp2737 SmallVectorImpl<ISD::InputArg> &OrigIns) const { in getOriginalFunctionArgs()
2741 OrigIns.push_back(Ins[i]); in getOriginalFunctionArgs()
2761 OrigIns.push_back(Arg); in getOriginalFunctionArgs()