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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetSelectionDAGInfo.h57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc 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, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
90 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerBackingStore.h112 bool isVolatile = false; member in struct:WebKit::RemoteLayerBackingStore::Buffer
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineMemOperand.h150 bool isVolatile() const { return Flags & MOVolatile; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h928 bool isVolatile() const { return (SubclassData >> 5) & 1; } function in class:llvm::SDNode::MemSDNode
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc 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, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
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.cpp931 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, argument
942 LoadInst::LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, argument
953 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
988 LoadInst(Value *Ptr, const Twine &Name, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, BasicBlock *InsertAE) argument
1021 LoadInst(Value *Ptr, const char *Name, bool isVolatile, Instruction *InsertBef) argument
1032 LoadInst(Value *Ptr, const char *Name, bool isVolatile, BasicBlock *InsertAE) argument
1094 StoreInst(Value *val, Value *addr, bool isVolatile, Instruction *InsertBefore) argument
1108 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, Instruction *InsertBefore) argument
1122 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, Instruction *InsertBefore) argument
1138 StoreInst(Value *val, Value *addr, bool isVolatile, BasicBlock *InsertAtEnd) argument
1152 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, BasicBlock *InsertAtEnd) argument
1166 StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, AtomicOrdering Order, SynchronizationScope SynchScope, BasicBlock *InsertAtEnd) argument
[all...]
H A DCore.cpp2108 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { argument
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DIntrinsicInst.h138 bool isVolatile() const { function in class:llvm::MemIntrinsic
H A DIRBuilder.h810 CreateLoad(Value *Ptr, bool isVolatile, const Twine &Name = �) argument
829 CreateAlignedLoad(Value *Ptr, unsigned Align, bool isVolatile, const Twine &Name = �) argument
[all...]
H A DInstructions.h172 bool isVolatile() cons function in class:llvm::LoadInst
289 bool isVolatile() const { return getSubclassDataFromInstruction() & 1; } function in class:llvm::StoreInst
473 bool isVolatile() const { function in class:llvm::AtomicCmpXchgInst
620 bool isVolatile() const { function in class:llvm::AtomicRMWInst
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp30 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
178 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp166 bool isVolatile = LD->isVolatile(); local
355 bool isVolatile = ST->isVolatile(); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp649 bool isVolatile = ST->isVolatile(); local
702 bool isVolatile = ST->isVolatile(); local
794 ExtraVT, isVolatile, isNonTemporal, local
[all...]
H A DLegalizeTypesGeneric.cpp251 bool isVolatile = LD->isVolatile(); local
437 bool isVolatile = St->isVolatile(); local
H A DLegalizeVectorOps.cpp400 bool isVolatile = ST->isVolatile(); local
H A DLegalizeIntegerTypes.cpp1039 bool isVolatile = N->isVolatile(); local
1798 bool isVolatile = N->isVolatile(); local
2686 bool isVolatile = N->isVolatile(); local
[all...]
H A DLegalizeVectorTypes.cpp792 bool isVolatile = LD->isVolatile(); local
2374 bool isVolatile = LD->isVolatile(); local
2525 bool isVolatile = LD->isVolatile(); local
2567 bool isVolatile = ST->isVolatile(); local
2635 bool isVolatile = ST->isVolatile(); local
[all...]
H A DSelectionDAG.cpp526 encodeMemSDNodeFlags(int ConvType, ISD::MemIndexedMode AM, bool isVolatile, argument
4245 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue Offset, MachinePointerInfo PtrInfo, EVT MemVT, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
4325 getLoad(EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
4338 getExtLoad(ISD::LoadExtType ExtType, DebugLoc dl, EVT VT, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, EVT MemVT, bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
4362 getStore(SDValue Chain, DebugLoc dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
4415 getTruncStore(SDValue Chain, DebugLoc dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, EVT SVT,bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
[all...]
H A DSelectionDAGBuilder.cpp3265 bool isVolatile = I.isVolatile(); local
3363 bool isVolatile = I.isVolatile(); local
H A DDAGCombiner.cpp7901 bool isVolatile = ST->isVolatile(); local
[all...]

Completed in 416 milliseconds