Searched defs:MaskCost (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCTargetTransformInfo.cpp | 703 unsigned MaskCost = VecMaskCost && EltSize == 1 ? 1 : 0; getVectorInstrCost() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVTargetTransformInfo.cpp | 378 InstructionCost MaskCost = getConstantPoolLoadCost(MaskTy, CostKind); getShuffleCost() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86TargetTransformInfo.cpp | 6214 InstructionCost MaskCost; getInterleavedMemoryOpCostAVX512() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 6814 InstructionCost MaskCost = 0; setVectorizedCallDecision() local |