Home
last modified time | relevance | path

Searched refs:MemIntrin (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceMemoryOperations.cpp32 } else if (MemIntrinsic *MemIntrin = dyn_cast<MemIntrinsic>(&I)) { in removeVolatileInFunction() local
33 if (MemIntrin->isVolatile() && !O.shouldKeep()) in removeVolatileInFunction()
34 MemIntrin->setVolatile(ConstantInt::getFalse(Ctx)); in removeVolatileInFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp187 MemIntrin, // A memory intrinsic which is loaded from. enumerator
215 Res.Kind = ValType::MemIntrin; in getMI()
248 bool isMemIntrinValue() const { return Kind == ValType::MemIntrin; } in isMemIntrinValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56285 auto *MemIntrin = cast<MemIntrinsicSDNode>(N); in combineBROADCAST_LOAD() local
56287 SDValue Ptr = MemIntrin->getBasePtr(); in combineBROADCAST_LOAD()
56288 SDValue Chain = MemIntrin->getChain(); in combineBROADCAST_LOAD()
56290 EVT MemVT = MemIntrin->getMemoryVT(); in combineBROADCAST_LOAD()