Searched defs:OrigInst (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp221 const Instruction *OrigInst) {
226 const Value *Ptr = isa<LoadInst>(OrigInst)
227 ? cast<LoadInst>(OrigInst)->getPointerOperand()
228 : cast<StoreInst>(OrigInst)->getPointerOperand();
220 annotateInstWithNoAlias(Instruction *VersionedInst, const Instruction *OrigInst) argument
/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp160 // which was created from OrigInst:
166 // LiveRangesEnded values of OrigInst and SpliceAssn. If operands d and [x,y]
168 // be different in OrigInst and the current instruction, requiring extra shifts
169 // and masks in the computation. In the example above, OrigInst has variable e
173 // Additionally, set HasSideEffects if either OrigInst or SpliceAssn have
175 void Inst::spliceLivenessInfo(Inst *OrigInst, Inst *SpliceAssn) { argument
176 HasSideEffects |= OrigInst->HasSideEffects;
178 // Find the bitmask index of SpliceAssn's dest within OrigInst.
181 for (SizeT I = 0; I < OrigInst->getSrcSize(); ++I) {
182 Operand *Src = OrigInst
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3008 CallInst *OrigInst = VAStartInstrumentationList[i]; variable
3009 IRBuilder<> IRB(OrigInst->getNextNode());
3010 Value *VAListTag = OrigInst->getArgOperand(0);
3127 CallInst *OrigInst = VAStartInstrumentationList[i]; variable
3128 IRBuilder<> IRB(OrigInst->getNextNode());
3129 Value *VAListTag = OrigInst->getArgOperand(0);
3308 CallInst *OrigInst = VAStartInstrumentationList[i]; variable
3309 IRBuilder<> IRB(OrigInst->getNextNode());
3311 Value *VAListTag = OrigInst->getArgOperand(0);
3530 CallInst *OrigInst variable
[all...]

Completed in 91 milliseconds