Home
last modified time | relevance | path

Searched defs:Vol (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp987 const ConstantInt *Vol = cast<ConstantInt>(CI.getOperand(4)); in getTgtMemIntrinsic() local
1004 const ConstantInt *Vol = dyn_cast<ConstantInt>(CI.getOperand(4)); in getTgtMemIntrinsic() local
1028 const ConstantInt *Vol = cast<ConstantInt>(CI.getOperand(1)); in getTgtMemIntrinsic() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4955 EVT MemVT, MachinePointerInfo PtrInfo, unsigned Align, bool Vol, in getMemIntrinsicNode()