Home
last modified time | relevance | path

Searched defs:MaskOp (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h95 SDValue MaskOp = OpVal.getOperand(*MaskPos); in match() local
H A DSelectionDAGBuilder.cpp8636 SDValue MaskOp = getValue(VPIntrin.getOperand(3)); in visitVPCmp() local
H A DDAGCombiner.cpp7037 SDValue MaskOp = N->getOperand(1); in BackwardsPropagateMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp729 const MachineOperand &MaskOp = MI.getOperand(4); in foldVMergeToMask() local
H A DRISCVISelDAGToDAG.cpp4073 static bool usesAllOnesMask(SDValue MaskOp) { in usesAllOnesMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp821 MachineOperand &MaskOp = Instr.getOperand(0); in recomputeVPTBlockMask() local
H A DARMISelLowering.cpp14629 SDValue MaskOp = N0.getOperand(1); in PerformORCombineToBFI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp290 unsigned MaskOp = Desc.getNumDefs(); in printMasking() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1121 Value *MaskOp = II->getArgOperand(1); in rewriteIntrinsicWithAddressSpace() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1030 auto MaskOp = [](const IntrinsicInst *II) { in isNonTargetIntrinsicMatch() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1914 const MachineOperand &MaskOp = MI->getOperand(3); in verifyPreISelGenericInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2811 auto SkipImpliedMask = [](SDValue MaskOp, uint64_t MaskBits) { in LowerShift()