Home
last modified time | relevance | path

Searched refs:visitMaskedStore (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h598 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
H A DSelectionDAGBuilder.cpp4754 void SelectionDAGBuilder::visitMaskedStore(const CallInst &I, in visitMaskedStore() function in SelectionDAGBuilder
4803 ? TLI.visitMaskedStore(DAG, sdl, getMemoryRoot(), MMO, Ptr, Src0, in visitMaskedStore()
6754 visitMaskedStore(I); in visitIntrinsicCall()
6760 visitMaskedStore(I, true /* IsCompressing */); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1567 SDValue visitMaskedStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
H A DX86ISelLowering.cpp32332 SDValue X86TargetLowering::visitMaskedStore(SelectionDAG &DAG, const SDLoc &DL, in visitMaskedStore() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3900 virtual SDValue visitMaskedStore(SelectionDAG &DAG, const SDLoc &DL, in visitMaskedStore() function