Home
last modified time | relevance | path

Searched refs:CCH (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp169 std::unique_ptr<CompletionContextHandler> CCH; in ProcessCodeCompleteResults() local
175 CCH.reset(new DotMemberAccessHandler(S, Context, this->Results)); in ProcessCodeCompleteResults()
178 CCH.reset(new CompletionContextHandler(S, Context, this->Results)); in ProcessCodeCompleteResults()
192 CCH->handleDeclaration(Result); in ProcessCodeCompleteResults()
195 CCH->handleKeyword(Result); in ProcessCodeCompleteResults()
198 CCH->handleMacro(Result); in ProcessCodeCompleteResults()
201 CCH->handlePattern(Result); in ProcessCodeCompleteResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp770 TTI::CastContextHint CCH, in getCastInstrCost() argument
775 auto BaseCost = BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
851 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
902 Opcode, Dst->getScalarType(), Src->getScalarType(), CCH, CostKind); in getCastInstrCost()
947 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
H A DSystemZTargetTransformInfo.h105 TTI::CastContextHint CCH,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1054 TTI::CastContextHint CCH,
1057 if (BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I) == 0)
1100 if (CCH == TTI::CastContextHint::Normal) {
1175 (2 * TTI->getCastInstrCost(Opcode, SplitDstTy, SplitSrcTy, CCH,
1187 Opcode, Dst->getScalarType(), Src->getScalarType(), CCH, CostKind, I);
2196 TTI::CastContextHint CCH = TTI::CastContextHint::None; in getTypeBasedIntrinsicInstrCost() local
2199 Cost += 2 * thisT()->getCastInstrCost(ExtOp, ExtTy, RetTy, CCH, CostKind); in getTypeBasedIntrinsicInstrCost()
2203 CCH, CostKind); in getTypeBasedIntrinsicInstrCost()
2262 TTI::CastContextHint CCH = TTI::CastContextHint::None; in getTypeBasedIntrinsicInstrCost() local
2265 Cost += 2 * thisT()->getCastInstrCost(ExtOp, ExtTy, MulTy, CCH, CostKind); in getTypeBasedIntrinsicInstrCost()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h147 TTI::CastContextHint CCH,
H A DHexagonTargetTransformInfo.cpp296 TTI::CastContextHint CCH, in getCastInstrCost() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h118 TTI::CastContextHint CCH,
H A DPPCTargetTransformInfo.cpp640 TTI::CastContextHint CCH, in getCastInstrCost() argument
650 BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1026 TTI::CastContextHint CCH, in getCastInstrCost() argument
1031 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
1039 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
1062 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
1128 return BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
H A DRISCVTargetTransformInfo.h173 TTI::CastContextHint CCH,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h157 TTI::CastContextHint CCH,
H A DX86TargetTransformInfo.cpp2172 TTI::CastContextHint CCH, in getCastInstrCost() argument
3134 ExtCost = getCastInstrCost(ExtOpc, ExtSrc, Src, CCH, CostKind); in getCastInstrCost()
3145 return getCastInstrCost(Instruction::FPToSI, TruncDst, Src, CCH, CostKind) + in getCastInstrCost()
3158 BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I)); in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp480 TTI::CastContextHint CCH, in getCastInstrCost() argument
504 BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I)); in getCastInstrCost()
515 if (CCH == TTI::CastContextHint::Masked && DstTy.getSizeInBits() > 128) in getCastInstrCost()
520 if (CCH == TTI::CastContextHint::Normal || in getCastInstrCost()
521 CCH == TTI::CastContextHint::Masked) { in getCastInstrCost()
879 BaseCost * BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I)); in getCastInstrCost()
H A DARMTargetTransformInfo.h238 TTI::CastContextHint CCH,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h175 TTI::CastContextHint CCH,
H A DAArch64TargetTransformInfo.cpp2478 TTI::CastContextHint CCH, in getCastInstrCost() argument
2519 BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I)); in getCastInstrCost()
2807 ScalableVectorType::get(Src->getScalarType(), NumElements), CCH, in getCastInstrCost()
2847 CCH == TTI::CastContextHint::Masked && in getCastInstrCost()
2860 Opcode, LegalTy, Src, CCH, CostKind, I); in getCastInstrCost()
2869 CCH == TTI::CastContextHint::Masked && in getCastInstrCost()
2871 CCH = TTI::CastContextHint::Normal; in getCastInstrCost()
2874 BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I)); in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx2_x86-64_windows_msvc.asm1257 vblendps ymm1, ymm8, ymm12, 0CCH
1260 vblendps ymm2, ymm11, ymm8, 0CCH
1261 vblendps ymm3, ymm12, ymm9, 0CCH
1265 vblendps ymm4, ymm8, ymm0, 0CCH
1270 vblendps ymm6, ymm5, ymm13, 0CCH
1272 vblendps ymm10, ymm10, ymm5, 0CCH
1273 vblendps ymm14, ymm14, ymm13, 0CCH
1276 vblendps ymm15, ymm13, ymm15, 0CCH
H A Dblake3_avx512_x86-64_windows_msvc.asm2020 vblendps ymm1, ymm8, ymm12, 0CCH
2023 vblendps ymm2, ymm11, ymm8, 0CCH
2024 vblendps ymm3, ymm12, ymm9, 0CCH
2028 vblendps ymm4, ymm8, ymm0, 0CCH
2033 vblendps ymm6, ymm5, ymm13, 0CCH
2035 vblendps ymm10, ymm10, ymm5, 0CCH
2036 vblendps ymm14, ymm14, ymm13, 0CCH
2039 vblendps ymm15, ymm13, ymm15, 0CCH
H A Dblake3_sse41_x86-64_windows_msvc.asm1634 pblendw xmm13, xmm12, 0CCH
1651 pblendw xmm6, xmm5, 0CCH
1780 pblendw xmm9, xmm8, 0CCH
1894 pblendw xmm9, xmm8, 0CCH
2015 pblendw xmm9, xmm8, 0CCH
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1359 TTI::CastContextHint CCH,
2049 Type *Src, CastContextHint CCH,
2703 CastContextHint CCH, in getCastInstrCost() argument
2706 return Impl.getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
H A DTargetTransformInfoImpl.h606 TTI::CastContextHint CCH, in getCastInstrCost() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp988 unsigned Opcode, Type *Dst, Type *Src, CastContextHint CCH, in getCastInstrCost() argument
993 TTIImpl->getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6617 TTI::CastContextHint CCH = TTI::CastContextHint::None; in getInstructionCost() local
6622 CCH = ComputeCCH(Store); in getInstructionCost()
6628 CCH = ComputeCCH(Load); in getInstructionCost()
6637 Trunc->getSrcTy(), CCH, CostKind, Trunc); in getInstructionCost()
6661 return TTI.getCastInstrCost(Opcode, VectorTy, SrcVecTy, CCH, CostKind, I); in getInstructionCost()
H A DSLPVectorizer.cpp9376 TTI::CastContextHint CCH = GetCastContextHint(VL0); in getEntryCost() local
9377 VecCost += TTI->getCastInstrCost(VecOpcode, UserVecTy, VecTy, CCH, in getEntryCost()
9627 TTI::CastContextHint CCH = GetCastContextHint(VL0->getOperand(0)); in getEntryCost() local
9629 TTI->getCastInstrCost(VecOpcode, VecTy, SrcVecTy, CCH, CostKind, in getEntryCost()
10758 TTI::CastContextHint CCH = getCastContextHint(E); in getTreeCost() local
10765 CCH = getCastContextHint(*OpTE); in getTreeCost()
10771 CastCost += TTI->getCastInstrCost(Opcode, DstVecTy, SrcVecTy, CCH, in getTreeCost()
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src24398 # CCH Cancel Previous Character \E T - - -
24556 # (A) ECMA-48 calls this "CancelCharacter" but retains the CCH abbreviation.