Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h94 SDValue MaskOp = OpVal.getOperand(*MaskPos); in match() local
H A DSelectionDAGBuilder.cpp8482 SDValue MaskOp = getValue(VPIntrin.getOperand(3)); in visitVPCmp() local
H A DDAGCombiner.cpp6651 SDValue MaskOp = N->getOperand(1); in BackwardsPropagateMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp819 MachineOperand &MaskOp = Instr.getOperand(0); in recomputeVPTBlockMask() local
H A DARMISelLowering.cpp14552 SDValue MaskOp = N0.getOperand(1); in PerformORCombineToBFI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp259 unsigned MaskOp = Desc.getNumDefs(); in printMasking() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1051 Value *MaskOp = II->getArgOperand(1); in rewriteIntrinsicWithAddressSpace() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1041 auto MaskOp = [](const IntrinsicInst *II) { in isNonTargetIntrinsicMatch() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3529 static SDValue getMaskSetter(SDValue MaskOp, SDValue GlueOp) { in getMaskSetter()
3557 static bool usesAllOnesMask(SDValue MaskOp, SDValue GlueOp) { in usesAllOnesMask()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1792 const MachineOperand &MaskOp = MI->getOperand(3); in verifyPreISelGenericInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2403 auto SkipImpliedMask = [](SDValue MaskOp, uint64_t MaskBits) { in LowerShift()