Searched defs:TrueMask (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVVectorPeephole.cpp | 431 const MachineOperand &TrueMask = in convertSameMaskVMergeToVMv() local
|
| H A D | RISCVISelDAGToDAG.cpp | 121 SDValue TrueMask = CurDAG->getNode( in PreprocessISelDAG() local
|
| H A D | RISCVISelLowering.cpp | 5009 auto TrueMask = getDefaultVLOps(VT, ContainerVT, DL, DAG, Subtarget).first; in lowerVECTOR_SHUFFLEAsVSlideup() local 11141 SDValue TrueMask = DAG.getNode(RISCVISD::VMSET_VL, DL, ContainerVT, VL); in lowerVectorMaskVecReduction() local 12197 SDValue TrueMask = getAllOnesMask(IdxVT, VL, DL, DAG); in lowerVECTOR_INTERLEAVE() local 12400 SDValue TrueMask = getAllOnesMask(VecVT, VLMax, DL, DAG); in lowerVECTOR_SPLICE() local 13316 SDValue TrueMask = DAG.getNode(RISCVISD::VMSET_VL, DL, ContainerVT, VL); in lowerVPMergeMask() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 270 Value *TrueMask = ConstantInt::get(Mask->getType(), 1); in getInterestingMemoryOperands() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1540 Value *TrueMask = ConstantInt::get(Mask->getType(), 1); in getInterestingMemoryOperands() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 3205 SDValue TrueMask = DAG.getBoolConstant(true, DL, Mask.getValueType(), VT); in SplitVecRes_VP_REVERSE() local 3250 SDValue TrueMask = DAG.getBoolConstant(true, DL, Mask.getValueType(), VT); in SplitVecRes_VP_SPLICE() local
|