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

  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 133 static Value *GetPointerOperand(Value *MemI) {
134 if (LoadInst *LMemI = dyn_cast<LoadInst>(MemI)) {
136 } else if (StoreInst *SMemI = dyn_cast<StoreInst>(MemI)) {
138 } else if (IntrinsicInst *IMemI = dyn_cast<IntrinsicInst>(MemI)) {
189 Instruction *MemI;
192 MemI = LMemI;
195 MemI = SMemI;
199 MemI = IMemI;
228 B.Elements.push_back(BucketElement(CDiff, MemI));
237 Buckets.push_back(Bucket(LSCEV, MemI));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 224 Instruction *MemI;
227 MemI = LMemI;
231 MemI = SMemI;
276 PrefLoads.push_back(std::make_pair(MemI, LSCEVAddRec));
280 Value *PrefPtrValue = SCEVE.expandCodeFor(NextLSCEV, I8Ptr, MemI);
282 IRBuilder<> Builder(MemI);
289 ConstantInt::get(I32, MemI->mayReadFromMemory() ? 0 : 1),
295 MemI->getDebugLoc(), "prefetched memory access");
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 701 Instruction *MemI, unsigned &Idx) {
745 KnownNegative, 0, MemI);
773 T &MemI) {
776 if (canReplaceGEPIdxWithZero(IC, GEPI, &MemI, Idx)) {
781 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 661 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
663 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!");
665 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf);
686 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
687 assert(ValI < MVT::LAST_VALUETYPE && MemI < MVT::LAST_VALUETYPE &&
689 return TruncStoreActions[ValI][MemI];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 785 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
787 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!");
789 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 785 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
787 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!");
789 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 785 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
787 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!");
789 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 785 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
787 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!");
789 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 785 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
787 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!");
789 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 785 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
787 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!");
789 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 785 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
787 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!");
789 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 785 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
787 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!");
789 return (LegalizeAction)((LoadExtActions[ValI][MemI] >> Shift) & 0xf);
    [all...]

Completed in 276 milliseconds