Searched refs:visitMaskedStore (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 598 void visitMaskedStore(const CallInst &I, bool IsCompressing = false);
|
H A D | SelectionDAGBuilder.cpp | 4754 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 D | X86ISelLowering.h | 1567 SDValue visitMaskedStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
|
H A D | X86ISelLowering.cpp | 32332 SDValue X86TargetLowering::visitMaskedStore(SelectionDAG &DAG, const SDLoc &DL, in visitMaskedStore() function in X86TargetLowering
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3900 virtual SDValue visitMaskedStore(SelectionDAG &DAG, const SDLoc &DL, in visitMaskedStore() function
|