Searched refs:NewLoad (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp327 LoadInst *NewLoad = IC.Builder->CreateAlignedLoad( local
330 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
331 MDBuilder MDB(NewLoad->getContext());
354 NewLoad->setMetadata(ID, N);
360 NewLoad->setMetadata(ID, N);
370 NewLoad->setMetadata(LLVMContext::MD_range,
379 NewLoad->setMetadata(ID, N);
388 return NewLoad;
483 LoadInst *NewLoad = combineLoadToNewType( local
490 combineStoreToNewValue(IC, *SI, NewLoad);
506 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy()); local
535 LoadInst *NewLoad = combineLoadToNewType(IC, LI, ST->getTypeAtIndex(0U), local
577 LoadInst *NewLoad = combineLoadToNewType(IC, LI, ET, ".unpack"); local
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp132 LoadInst *NewLoad = local
134 NewLoad->setAlignment(LI.getAlignment());
135 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
137 return new BitCastInst(NewLoad, LI.getType());
/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp215 LoadInst *NewLoad = new LoadInst( local
225 L.Load->getModule()->getDataLayout(), NewLoad,
H A DGVN.cpp1054 LoadInst *NewLoad = Builder.CreateLoad(PtrVal); local
1055 NewLoad->takeName(SrcVal);
1056 NewLoad->setAlignment(SrcVal->getAlignment());
1059 DEBUG(dbgs() << "TO: " << *NewLoad << "\n");
1063 Value *RV = NewLoad;
1075 SrcVal = NewLoad;
1559 auto *NewLoad = new LoadInst(LoadPtr, LI->getName()+".pre", local
1568 NewLoad->setAAMetadata(Tags);
1571 NewLoad->setMetadata(LLVMContext::MD_invariant_load, MD);
1573 NewLoad
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DGVN.cpp1010 LoadInst *NewLoad = Builder.CreateLoad(PtrVal); local
1011 NewLoad->takeName(SrcVal);
1012 NewLoad->setAlignment(SrcVal->getAlignment());
1015 DEBUG(dbgs() << "TO: " << *NewLoad << "\n");
1019 Value *RV = NewLoad;
1032 SrcVal = NewLoad;
1643 Instruction *NewLoad = new LoadInst(LoadPtr, LI->getName()+".pre", false, local
1649 NewLoad->setMetadata(LLVMContext::MD_tbaa, Tag);
1652 NewLoad->setDebugLoc(LI->getDebugLoc());
1656 NewLoad));
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1232 SDValue NewLoad;
1235 NewLoad = DAG.getLoad(Op.getValueType(), dl, Ch, StackPtr,
1238 NewLoad = DAG.getExtLoad(
1243 DAG.ReplaceAllUsesOfValueWith(Ch, SDValue(NewLoad.getNode(), 1));
1247 SmallVector<SDValue, 6> NewLoadOperands(NewLoad->op_begin(),
1248 NewLoad->op_end());
1250 NewLoad =
1251 SDValue(DAG.UpdateNodeOperands(NewLoad.getNode(), NewLoadOperands), 0);
1252 return NewLoad;
H A DDAGCombiner.cpp3204 SDValue NewLoad(Load, 0);
3206 NewLoad = DAG.getLoad(Load->getAddressingMode(), ISD::ZEXTLOAD,
3214 SDValue To[] = { NewLoad.getValue(0), NewLoad.getValue(1),
3215 NewLoad.getValue(2) };
3218 CombineTo(Load, NewLoad.getValue(0), NewLoad.getValue(1));
3224 CombineTo(N, (N0.getNode() == Load) ? NewLoad : N0);
3248 SDValue NewLoad = local
3253 CombineTo(LN0, NewLoad, NewLoa
7226 SDValue NewLoad = DAG.getExtLoad(LN0->getExtensionType(), SDLoc(LN0), local
10111 SDValue NewLoad = local
11866 SDValue NewLoad = DAG.getLoad( local
[all...]
H A DTargetLowering.cpp1556 SDValue NewLoad = DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, local
1560 DAG.getNode(ISD::AND, dl, newVT, NewLoad,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2437 SDValue NewLoad = local
2444 CombineTo(LN0, NewLoad, NewLoad.getValue(1));
6851 bool NewLoad = false; local
6865 NewLoad = true;
6907 if (NewLoad) {
H A DTargetLowering.cpp2061 SDValue NewLoad = DAG.getLoad(newVT, dl, Lod->getChain(), Ptr, local
2065 DAG.getNode(ISD::AND, dl, newVT, NewLoad,
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2230 SDValue NewLoad local
2234 SDValue BC = DAG.getNode(ISD::BITCAST, SL, VT, NewLoad);
2235 DCI.CombineTo(N, BC, NewLoad.getValue(1));
H A DR600ISelLowering.cpp1649 SDValue NewLoad = DAG.getExtLoad(ISD::EXTLOAD, DL, VT, Chain, Ptr, local
1655 SDValue Res = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, VT, NewLoad,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21513 SDValue NewLoad = DAG.getMaskedLoad(WideDataVT, dl, N->getChain(), local
21519 NewLoad.getValue(0),
21521 SDValue RetOps[] = {Exract, NewLoad.getValue(1)};
[all...]

Completed in 777 milliseconds