/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | StoreRef.h | 26 typedef const void *Store; typedef
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.h | 32 Store = (1<<2), enumerator
|
H A D | SparcISelLowering.cpp | 805 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, in LowerCall_32() local 1140 SDValue Store = DAG.getStore(Chain, DL, Arg, HiPtrOff, in LowerCall_64() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Metadata.cpp | 84 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() local 92 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() local 277 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local 300 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() local 359 auto &Store = Context.pImpl->MDStringCache; in get() local 613 auto &Store = Context.pImpl->MDTuples; in getImpl() local 637 auto &Store = getContext().pImpl->MDTuples; in uniquifyImpl() local 693 auto &Store = Context.pImpl->MDLocations; in getImpl() local 722 auto &Store = getContext().pImpl->MDLocations; in uniquifyImpl() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | Delinearization.cpp | 76 else if (StoreInst *Store = dyn_cast<StoreInst>(&Inst)) in getPointerOperand() local
|
H A D | CFLAliasAnalysis.cpp | 625 std::tuple<EdgeTypeT, Node> Store; member
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 222 StoreInst *Store = nullptr; in ContractRelease() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 2561 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_32SVR4() local 2580 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_32SVR4() local 2755 SDValue Store; in LowerFormalArguments_64SVR4() local 2796 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, Addr, in LowerFormalArguments_64SVR4() local 2939 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_64SVR4() local 3117 SDValue Store = DAG.getTruncStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_Darwin() local 3141 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_Darwin() local 3309 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_Darwin() local 4631 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff, in LowerCall_64SVR4() local 4961 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff, in LowerCall_Darwin() local [all …]
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 31 StoreRef Store = StoreRef(OldStore, *this); in enterStackFrame() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/ |
H A D | Cloning.cpp | 250 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca); in CreateOldFunctionBodyAndDI() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 976 bool SystemZDAGToDAGISel::canUseBlockOperation(StoreSDNode *Store, in canUseBlockOperation() 1008 auto *Store = cast<StoreSDNode>(N); in storeLoadCanUseMVC() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 65 auto *Store = new llvm::StoreInst(Init, Var); in InitTempAlloca() local 1266 llvm::StoreInst *Store = Builder.CreateStore(Value, Addr, Volatile); in EmitStoreOfScalar() local 1451 llvm::StoreInst *Store = Builder.CreateStore(Vec, Dst.getVectorAddr(), in EmitStoreThroughLValue() local 1578 llvm::StoreInst *Store = Builder.CreateStore(SrcVal, Ptr, in EmitStoreThroughBitfieldLValue() local 1671 llvm::StoreInst *Store = Builder.CreateStore(Vec, Dst.getExtVectorAddr(), in EmitStoreThroughExtVectorComponentLValue() local
|
H A D | CGAtomic.cpp | 382 llvm::StoreInst *Store = CGF.Builder.CreateStore(LoadVal1, Ptr); in EmitAtomicOp() local
|
H A D | CGBuiltin.cpp | 1082 llvm::StoreInst *Store = in EmitBuiltinExpr() local 1225 StoreInst *Store = Builder.CreateStore(NewVal, Ptr, Volatile); in EmitBuiltinExpr() local 1258 StoreInst *Store = Builder.CreateStore(NewVal, Ptr, Volatile); in EmitBuiltinExpr() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 279 if (StoreInst *Store = dyn_cast<StoreInst>(I)) { in chooseInstructionsToInstrument() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 163 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, InOp, StackPtr, PtrInfo, in ExpandRes_BITCAST() local
|
H A D | LegalizeVectorOps.cpp | 655 SDValue Store = DAG.getTruncStore(Chain, dl, Ex, BasePTR, in ExpandStore() local
|
H A D | LegalizeTypes.cpp | 894 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op, StackPtr, in CreateStackStoreLoad() local
|
H A D | LegalizeVectorTypes.cpp | 829 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, in SplitVecRes_INSERT_SUBVECTOR() local 907 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, in SplitVecRes_INSERT_VECTOR_ELT() local 1456 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, in SplitVecOp_EXTRACT_VECTOR_ELT() local
|
H A D | LegalizeDAG.cpp | 331 SDValue Store = DAG.getTruncStore(Chain, dl, in ExpandUnalignedStore() local 1783 SDValue Store; in EmitStackConvert() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | AMDGPUISelLowering.cpp | 1263 StoreSDNode *Store = cast<StoreSDNode>(Op); in MergeVectorStore() local 1321 StoreSDNode *Store = cast<StoreSDNode>(Op); in ScalarizeVectorStore() local 1353 StoreSDNode *Store = cast<StoreSDNode>(Op); in SplitVectorStore() local 1475 StoreSDNode *Store = cast<StoreSDNode>(Op); in LowerSTORE() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 437 auto Store = MI; in spillCalleeSavedRegisters() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 187 } else if (StoreInst *Store = dyn_cast<StoreInst>(V)) { in canPaddingBeAccessed() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2649 StoreInst *Store = IRB.CreateAlignedStore(V, &NewAI, NewAI.getAlignment()); in rewriteVectorizedStoreInst() local 2669 StoreInst *Store = IRB.CreateAlignedStore(V, &NewAI, NewAI.getAlignment()); in rewriteIntegerStore() local 3030 StoreInst *Store = cast<StoreInst>( in visitMemTransferInst() local 3279 Value *Store = IRB.CreateStore( in emitFunc() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 182 | Store Constructor
|