HomeSort by relevance Sort by last modified time
    Searched refs:OrigInst (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 94 /// \p OrigInst is the instruction corresponding to \p VersionedInst in the
98 const Instruction *OrigInst);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 94 /// \p OrigInst is the instruction corresponding to \p VersionedInst in the
98 const Instruction *OrigInst);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 94 /// \p OrigInst is the instruction corresponding to \p VersionedInst in the
98 const Instruction *OrigInst);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 94 /// \p OrigInst is the instruction corresponding to \p VersionedInst in the
98 const Instruction *OrigInst);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 94 /// \p OrigInst is the instruction corresponding to \p VersionedInst in the
98 const Instruction *OrigInst);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 94 /// \p OrigInst is the instruction corresponding to \p VersionedInst in the
98 const Instruction *OrigInst);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 94 /// \p OrigInst is the instruction corresponding to \p VersionedInst in the
98 const Instruction *OrigInst);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 94 /// \p OrigInst is the instruction corresponding to \p VersionedInst in the
98 const Instruction *OrigInst);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 94 /// \p OrigInst is the instruction corresponding to \p VersionedInst in the
98 const Instruction *OrigInst);
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 221 const Instruction *OrigInst) {
226 const Value *Ptr = isa<LoadInst>(OrigInst)
227 ? cast<LoadInst>(OrigInst)->getPointerOperand()
228 : cast<StoreInst>(OrigInst)->getPointerOperand();
  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 160 // 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) {
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->getSrc(I)
    [all...]
IceInst.h 118 void spliceLivenessInfo(Inst *OrigInst, Inst *SpliceAssn);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 649 milliseconds