Home
last modified time | relevance | path

Searched defs:isVolatile (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h54 Align Alignment, bool isVolatile, in EmitTargetCodeForMemcpy()
69 SDValue Op2, SDValue Op3, Align Alignment, bool isVolatile, in EmitTargetCodeForMemmove()
83 Align Alignment, bool isVolatile, in EmitTargetCodeForMemset()
H A DMachineMemOperand.h260 bool isVolatile() const { return FlagVals & MOVolatile; } in isVolatile() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp171 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
291 SDValue Size, Align Alignment, bool isVolatile, in EmitTargetCodeForMemmove()
299 SDValue Size, Align Alignment, bool isVolatile, in EmitTargetCodeForMemset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp49 SDValue Size, Align Alignment, bool isVolatile, in EmitTargetCodeForMemset()
238 unsigned Align, bool isVolatile, bool AlwaysInline, in emitConstantSizeRepmov()
293 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.cpp22 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp20 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp21 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h211 bool isVolatile() const { return getSubclassData<VolatileField>(); } in isVolatile() function
340 bool isVolatile() const { return getSubclassData<VolatileField>(); } in isVolatile() function
H A DIntrinsicInst.h843 bool isVolatile() const { return !getVolatileCst()->isZero(); } in isVolatile() function
940 bool isVolatile() const { in isVolatile() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp509 FileManager::getBufferForFile(const FileEntry *Entry, bool isVolatile, in getBufferForFile()
537 bool isVolatile, in getBufferForFileImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp20 SDValue Size, Align Alignment, bool isVolatile, in EmitTargetCodeForMemset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1415 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1420 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1425 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1430 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1435 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1447 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1480 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
1486 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
1492 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst()
1497 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, Align Align, in StoreInst()
[all …]
H A DIRBuilder.cpp114 MaybeAlign Align, bool isVolatile, in CreateMemSet()
171 MaybeAlign SrcAlign, Value *Size, bool isVolatile, MDNode *TBAATag, in CreateMemTransferInst()
273 Value *Size, bool isVolatile, in CreateMemMove()
H A DInstruction.cpp622 bool Instruction::isVolatile() const { in isVolatile() function in Instruction
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h303 bool isVolatile() const { in isVolatile() function
592 bool isVolatile() const { in isVolatile() function
H A DCGDecl.cpp917 bool isVolatile, CGBuilderTy &Builder, in emitStoresForInitAfterBZero()
1161 Address Loc, bool isVolatile, in emitStoresForConstant()
1255 Address Loc, bool isVolatile, in emitStoresForZeroInit()
1265 Address Loc, bool isVolatile, in emitStoresForPatternInit()
1707 bool isVolatile = type.isVolatileQualified(); in emitZeroOrPatternForAutoVarInit() local
H A DCGCall.h379 bool isVolatile() const { return IsVolatile; } in isVolatile() function
H A DCGExprComplex.cpp356 bool isVolatile = lvalue.isVolatileQualified(); in EmitLoadOfLValue() local
H A DCGExprAgg.cpp2048 bool isVolatile) { in EmitAggregateCopy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp873 bool isVolatile = LD->isVolatile() || Ordering == AtomicOrdering::Monotonic; in tryLoad() local
1736 bool isVolatile = ST->isVolatile() || Ordering == AtomicOrdering::Monotonic; in tryStore() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp194 bool isVolatile() const { in isVolatile() function in __anon45e28bb20111::SIMemOpInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp648 bool isVolatile = FirstLI->isVolatile(); in foldPHIArgLoadIntoPHI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp747 bool isVolatile() const { in isVolatile() function in __anon16fc0a160311::EarlyCSE::ParseMemoryInst
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp7464 bool isVolatile = false; in parseLoad() local
7521 bool isVolatile = false; in parseStore() local
7566 bool isVolatile = false; in parseCmpXchg() local
7625 bool isVolatile = false; in parseAtomicRMW() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h327 bool isVolatile() const { in isVolatile() function

12