| /trueos/contrib/llvm/lib/IR/ |
| HD | IRBuilder.cpp | 65 bool isVolatile, MDNode *TBAATag) { in CreateMemSet() 83 bool isVolatile, MDNode *TBAATag, MDNode *TBAAStructTag) { in CreateMemCpy() 107 bool isVolatile, MDNode *TBAATag) { in CreateMemMove()
|
| HD | Instructions.cpp | 953 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() 964 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() 975 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() 986 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() 997 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() 1010 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst() 1043 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile, in LoadInst() 1054 LoadInst::LoadInst(Value *Ptr, const char *Name, bool isVolatile, in LoadInst() 1116 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1130 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() [all …]
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMSelectionDAGInfo.cpp | 33 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() 146 unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetSelectionDAGInfo.h | 60 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemcpy() 77 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() 93 SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
|
| /trueos/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonSelectionDAGInfo.cpp | 32 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86SelectionDAGInfo.cpp | 34 bool isVolatile, in EmitTargetCodeForMemset() 179 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | Instructions.h | 170 bool isVolatile() const { return getSubclassDataFromInstruction() & 1; } in isVolatile() function 287 bool isVolatile() const { return getSubclassDataFromInstruction() & 1; } in isVolatile() function
|
| HD | IntrinsicInst.h | 134 bool isVolatile() const { in isVolatile() function
|
| /trueos/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineMemOperand.h | 156 bool isVolatile() const { return Flags & MOVolatile; } in isVolatile() function
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGCall.h | 143 bool isVolatile() const { return Value.getInt(); } in isVolatile() function
|
| HD | CGValue.h | 237 bool isVolatile() const { in isVolatile() function 442 bool isVolatile() const { in isVolatile() function
|
| HD | CGDecl.cpp | 740 bool isVolatile, CGBuilderTy &Builder) { in emitStoresForInitAfterMemset() 1108 bool isVolatile = type.isVolatileQualified(); in EmitAutoVarInit() local
|
| HD | CGExprComplex.cpp | 302 bool isVolatile = lvalue.isVolatileQualified(); in EmitLoadOfLValue() local
|
| HD | CGExprAgg.cpp | 1370 bool isVolatile, in EmitAggregateCopy()
|
| /trueos/contrib/llvm/include/llvm/Analysis/ |
| HD | AliasSetTracker.h | 162 bool isVolatile() const { return Volatile; } in isVolatile() function
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeTypesGeneric.cpp | 250 bool isVolatile = LD->isVolatile(); in ExpandRes_NormalLoad() local 464 bool isVolatile = St->isVolatile(); in ExpandOp_NormalStore() local
|
| HD | LegalizeVectorTypes.cpp | 863 bool isVolatile = LD->isVolatile(); in SplitVecRes_LOAD() local 2618 bool isVolatile = LD->isVolatile(); in GenWidenVectorLoads() local 2773 bool isVolatile = LD->isVolatile(); in GenWidenVectorExtLoads() local 2818 bool isVolatile = ST->isVolatile(); in GenWidenVectorStores() local 2887 bool isVolatile = ST->isVolatile(); in GenWidenVectorTruncStores() local
|
| HD | LegalizeVectorOps.cpp | 535 bool isVolatile = ST->isVolatile(); in ExpandStore() local
|
| HD | LegalizeDAG.cpp | 662 bool isVolatile = ST->isVolatile(); in OptimizeFloatStore() local 717 bool isVolatile = ST->isVolatile(); in LegalizeStoreOps() local 935 bool isVolatile = LD->isVolatile(); in LegalizeLoadOps() local
|
| HD | SelectionDAG.cpp | 510 encodeMemSDNodeFlags(int ConvType, ISD::MemIndexedMode AM, bool isVolatile, in encodeMemSDNodeFlags() 4496 bool isVolatile, bool isNonTemporal, bool isInvariant, in getLoad() 4576 bool isVolatile, bool isNonTemporal, in getLoad() 4597 bool isVolatile, bool isNonTemporal, in getExtLoad() 4628 bool isVolatile, bool isNonTemporal, in getStore() 4682 EVT SVT,bool isVolatile, bool isNonTemporal, in getTruncStore()
|
| /trueos/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXISelDAGToDAG.cpp | 212 bool isVolatile = LD->isVolatile(); in SelectLoad() local 1315 bool isVolatile = ST->isVolatile(); in SelectStore() local
|
| /trueos/contrib/llvm/tools/clang/lib/Basic/ |
| HD | FileManager.cpp | 435 bool isVolatile) { in getBufferForFile()
|
| /trueos/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 4089 bool isVolatile = false; in ParseLoad() local 4130 bool isVolatile = false; in ParseStore() local 4166 bool isVolatile = false; in ParseCmpXchg() local 4209 bool isVolatile = false; in ParseAtomicRMW() local
|
| /trueos/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombinePHI.cpp | 300 bool isVolatile = FirstLI->isVolatile(); in FoldPHIArgLoadIntoPHI() local
|
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseStmt.cpp | 2279 bool isVolatile = DS.getTypeQualifiers() & DeclSpec::TQ_volatile; in ParseAsmStatement() local
|