Home
last modified time | relevance | path

Searched refs:VolatileLoads (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DDemoteRegToStack.cpp32 AllocaInst* llvm::DemoteRegToStack(Instruction &I, bool VolatileLoads, in DemoteRegToStack() argument
70 V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, in DemoteRegToStack()
78 Value *V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, U); in DemoteRegToStack()
/external/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp24 AllocaInst *llvm::DemoteRegToStack(Instruction &I, bool VolatileLoads, in DemoteRegToStack() argument
74 V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, in DemoteRegToStack()
82 Value *V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, U); in DemoteRegToStack()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp24 AllocaInst *llvm::DemoteRegToStack(Instruction &I, bool VolatileLoads, in DemoteRegToStack() argument
76 V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, in DemoteRegToStack()
84 Value *V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, U); in DemoteRegToStack()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DLocal.h143 bool VolatileLoads = false,
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h156 bool VolatileLoads = false,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h236 bool VolatileLoads = false,