Searched defs:isVolatile (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
74 EmitTargetCodeForMemmove(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
90 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DIRBuilder.cpp64 CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align, bool isVolatile, MDNode *TBAATag) argument
82 CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align, bool isVolatile, MDNode *TBAATag, MDNode *TBAAStructTag) argument
106 CreateMemMove(Value *Dst, Value *Src, Value *Size, unsigned Align, bool isVolatile, MDNode *TBAATag) argument
H A DInstructions.cpp953 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, argument
964 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, argument
975 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, argument
986 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, argument
997 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, argument
1010 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, BasicBlock *InsertAE) argument
1043 LoadInst(Value *Ptr, const char *Name, bool isVolatile, Instruction *InsertBef) argument
1054 LoadInst(Value *Ptr, const char *Name, bool isVolatile, BasicBlock *InsertAE) argument
1116 StoreInst(Value *val, Value *addr, bool isVolatile, Instruction *InsertBefore) argument
1130 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, Instruction *InsertBefore) argument
1144 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, Instruction *InsertBefore) argument
1160 StoreInst(Value *val, Value *addr, bool isVolatile, BasicBlock *InsertAtEnd) argument
1174 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, BasicBlock *InsertAtEnd) argument
1188 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, BasicBlock *InsertAtEnd) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
143 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h156 bool isVolatile() const { return Flags & MOVolatile; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h1008 bool isVolatile() const { return (SubclassData >> 5) & 1; } function in class:llvm::MemSDNode
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h134 bool isVolatile() const { function in class:llvm::MemIntrinsic
H A DIRBuilder.h885 CreateLoad(Value *Ptr, bool isVolatile, const Twine &Name = �) argument
905 CreateAlignedLoad(Value *Ptr, unsigned Align, bool isVolatile, const Twine &Name = �) argument
[all...]
H A DInstructions.h170 bool isVolatile() cons function in class:llvm::LoadInst
287 bool isVolatile() const { return getSubclassDataFromInstruction() & 1; } function in class:llvm::StoreInst
470 bool isVolatile() const { function in class:llvm::AtomicCmpXchgInst
617 bool isVolatile() const { function in class:llvm::AtomicRMWInst
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp30 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
176 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h143 bool isVolatile() const { return Value.getInt(); } function in class:clang::CodeGen::ReturnValueSlot
H A DCGValue.h237 bool isVolatile() const { function in class:clang::CodeGen::LValue
442 bool isVolatile() const { function in class:clang::CodeGen::AggValueSlot
H A DCGDecl.cpp1108 bool isVolatile = type.isVolatileQualified(); local
739 emitStoresForInitAfterMemset(llvm::Constant *Init, llvm::Value *Loc, bool isVolatile, CGBuilderTy &Builder) argument
H A DCGExprAgg.cpp1368 EmitAggregateCopy(llvm::Value *DestPtr, llvm::Value *SrcPtr, QualType Ty, bool isVolatile, CharUnits alignment, bool isAssignment) argument
H A DCGExprComplex.cpp302 bool isVolatile = lvalue.isVolatileQualified(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp434 getBufferForFile(const FileEntry *Entry, std::string *ErrorStr, bool isVolatile) argument
H A DSourceManager.cpp100 bool isVolatile = SM.userFilesAreVolatile() && !IsSystemFile; local
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp662 bool isVolatile = ST->isVolatile(); local
717 bool isVolatile = ST->isVolatile(); local
813 ExtraVT, isVolatile, isNonTemporal, local
[all...]
H A DLegalizeTypesGeneric.cpp250 bool isVolatile = LD->isVolatile(); local
464 bool isVolatile = St->isVolatile(); local
H A DLegalizeVectorOps.cpp535 bool isVolatile = ST->isVolatile(); local
H A DLegalizeIntegerTypes.cpp1808 bool isVolatile = N->isVolatile(); local
2712 bool isVolatile = N->isVolatile(); local
[all...]
H A DLegalizeVectorTypes.cpp863 bool isVolatile = LD->isVolatile(); local
2618 bool isVolatile = LD->isVolatile(); local
2773 bool isVolatile = LD->isVolatile(); local
2818 bool isVolatile = ST->isVolatile(); local
2887 bool isVolatile = ST->isVolatile(); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp212 bool isVolatile = LD->isVolatile(); local
1315 bool isVolatile = ST->isVolatile(); local
[all...]
H A DNVPTXISelLowering.cpp1324 bool isVolatile = ST->isVolatile(); local

Completed in 246 milliseconds

12