Home
last modified time | relevance | path

Searched defs:Load (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcInstrInfo.h31 Load = (1<<1), enumerator
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DDelinearization.cpp73 if (LoadInst *Load = dyn_cast<LoadInst>(&Inst)) in getPointerOperand() local
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DSITypeRewriter.cpp89 LoadInst *Load = Builder.CreateLoad(BitCast); in visitLoadInst() local
DSIISelLowering.cpp445 LoadSDNode *Load = dyn_cast<LoadSDNode>(Op); in LowerOperation() local
702 LoadSDNode *Load = cast<LoadSDNode>(Op); in LowerLOAD() local
DAMDGPUISelLowering.cpp491 LoadSDNode *Load = dyn_cast<LoadSDNode>(Op); in SplitVectorLoad() local
/freebsd-10-stable/tools/regression/ia64/unaligned/
Dtest.c33 #define Load 0x01 macro
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp355 SDValue Load = DAG.getLoad(RegVT, dl, Store, StackPtr, in ExpandUnalignedStore() local
377 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, RegVT, Store, StackPtr, in ExpandUnalignedStore() local
475 SDValue Load = DAG.getLoad(RegVT, dl, Chain, Ptr, in ExpandUnalignedLoad() local
494 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, RegVT, Chain, Ptr, in ExpandUnalignedLoad() local
1092 SDValue Load = DAG.getLoad(SrcVT, dl, Chain, Ptr, in LegalizeLoadOps() local
2290 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot, in ExpandLegalINT_TO_FP() local
2433 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, DestVT, in ExpandLegalINT_TO_FP() local
DScheduleDAGSDNodes.cpp261 SDNode *Load = O2SMap[Offset]; in ClusterNeighboringLoads() local
279 SDNode *Load = Loads[I]; in ClusterNeighboringLoads() local
DDAGCombiner.cpp738 void DAGCombiner::ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad) { in ReplaceLoadWithPromotedLoad()
2572 LoadSDNode *Load = cast<LoadSDNode>( (N0.getOpcode() == ISD::LOAD) ? in visitAND() local
2829 SDValue Load = in visitAND() local
5329 SDValue Load; in ReduceLoadWidth() local
5745 SDValue Load = DAG.getLoad(VT, SDLoc(N), LN0->getChain(), in visitBITCAST() local
9458 SDValue Load; in visitEXTRACT_VECTOR_ELT() local
10409 SDValue Load; in SimplifySelectOps() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp210 LoadInst *Load = dyn_cast<LoadInst>(GetObjCArg(Release)); in ContractRelease() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCleanup.cpp324 llvm::LoadInst *Load = in TransitionToCleanupSwitch() local
760 llvm::LoadInst *Load = in PopCleanupBlock() local
DCGExpr.cpp1107 llvm::LoadInst *Load = Builder.CreateLoad(Addr); in EmitLoadOfScalar() local
1266 llvm::LoadInst *Load = Builder.CreateLoad(LV.getVectorAddr(), in EmitLoadOfLValue() local
1316 llvm::LoadInst *Load = Builder.CreateLoad(LV.getExtVectorAddr(), in EmitLoadOfExtVectorElementLValue() local
1355 llvm::LoadInst *Load = Builder.CreateLoad(Dst.getVectorAddr(), in EmitStoreThroughLValue() local
1513 llvm::LoadInst *Load = Builder.CreateLoad(Dst.getExtVectorAddr(), in EmitStoreThroughExtVectorComponentLValue() local
DCGAtomic.cpp221 llvm::LoadInst *Load = CGF.Builder.CreateLoad(Ptr); in EmitAtomicOp() local
DCGCall.cpp726 llvm::LoadInst *Load = CGF.Builder.CreateLoad(SrcPtr); in CreateCoercedLoad() local
740 llvm::LoadInst *Load = CGF.Builder.CreateLoad(Casted); in CreateCoercedLoad() local
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3921 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, PtrVT, Chain, Arg, in LowerCall_64SVR4() local
3977 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, PtrOff, in LowerCall_64SVR4() local
3994 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, AddArg, in LowerCall_64SVR4() local
4043 SDValue Load = DAG.getLoad(PtrVT, dl, Store, PtrOff, in LowerCall_64SVR4() local
4089 SDValue Load = DAG.getLoad(MVT::v4f32, dl, Store, PtrOff, in LowerCall_64SVR4() local
4101 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(), in LowerCall_64SVR4() local
4293 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, PtrVT, Chain, Arg, in LowerCall_Darwin() local
4325 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, AddArg, in LowerCall_Darwin() local
4364 SDValue Load = DAG.getLoad(PtrVT, dl, Store, PtrOff, in LowerCall_Darwin() local
4373 SDValue Load = DAG.getLoad(PtrVT, dl, Store, PtrOff, in LowerCall_Darwin() local
[all …]
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp931 if (LoadSDNode *Load = dyn_cast<LoadSDNode>(Op0.getNode())) in tryRxSBG() local
1000 LoadSDNode *Load = cast<LoadSDNode>(Store->getValue()); in storeLoadCanUseMVC() local
DSystemZISelLowering.cpp1104 LoadSDNode *Load = cast<LoadSDNode>(CmpOp0); in adjustSubwordCmp() local
1170 LoadSDNode *Load = dyn_cast<LoadSDNode>(Op.getNode()); in isNaturalMemoryOperand() local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp369 static void MoveBelowOrigChain(SelectionDAG *CurDAG, SDValue Load, in MoveBelowOrigChain()
483 SDValue Load = N->getOperand(1); in PreprocessISelDAG() local
1942 SDValue Load = StoredVal->getOperand(0); in isLoadIncOrDecStore() local
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsISelLowering.h264 SDValue Load = DAG.getLoad(Ty, DL, DAG.getEntryNode(), GOT, in getAddrLocal() local
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp160 Load = 1 << 2, in ParseSectionFlags() enumerator
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp291 LoadInst *Load = cast<LoadInst>(I); in chooseInstructionsToInstrument() local
/freebsd-10-stable/contrib/llvm/lib/MC/
DMCObjectDisassembler.cpp543 MachOObjectFile::LoadCommandInfo Load = MOOF.getFirstLoadCommandInfo(); in getEntrypoint() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp455 LoadInst *Load = Loads[i]; in isSafeToPromoteArgument() local
/freebsd-10-stable/contrib/llvm/lib/Object/
DMachOObjectFile.cpp431 MachOObjectFile::LoadCommandInfo Load = getFirstLoadCommandInfo(); in MachOObjectFile() local
1435 MachOObjectFile::LoadCommandInfo Load; in getFirstLoadCommandInfo() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1387 LoadInst *&Load = InsertedLoads[Pred]; in tryToMakeAllocaBePromotable() local
1917 Value *Load = Builder.CreateLoad(NewElts[i], "load"); in RewriteForScalarRepl() local

12