Home
last modified time | relevance | path

Searched defs:CondTy (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1736 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local
2121 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
2138 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
2151 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
2173 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
2303 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp259 Type *CondTy, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp625 Type *CondTy = Type::getInt1Ty(Context); in Act() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp659 Type *CondTy, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp963 Type *CondTy, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h658 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost()
1327 Type *CondTy = Operands[0]->getType(); in getInstructionCost() local
H A DTargetTransformInfo.h2717 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3929 const LLT CondTy = MRI.getType(CarryOut); in lower() local
3968 const LLT CondTy = MRI.getType(BorrowOut); in lower() local
5304 const LLT CondTy = LLT::scalar(1); in narrowScalarShift() local
5630 LLT CondTy = LLT::fixed_vector( in moreElementsVector() local
6244 LLT CondTy = MRI.getType(CondReg); in narrowScalarSelect() local
7394 const LLT CondTy = Ty.changeElementSize(1); in lowerIntrinsicRound() local
7427 const LLT CondTy = Ty.changeElementSize(1); in lowerFFloor() local
H A DCombinerHelper.cpp6687 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants() local
6819 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1407 Type *CondTy, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5703 IntegerType *CondTy = cast<IntegerType>(Cond->getType()); in eliminateDeadSwitchCases() local
6959 auto *CondTy = cast<IntegerType>(SI->getCondition()->getType()); in ReduceSwitchRange() local
7048 auto *CondTy = cast<IntegerType>(Condition->getType()); in simplifySwitchOfPowersOfTwo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp922 Type *CondTy, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1017 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp() local
H A DInstCombineCasts.cpp2450 Type *CondTy = Cond->getType(); in foldBitCastSelect() local
H A DInstCombineSelect.cpp285 Type *CondTy = Cond->getType(); in foldSelectOpOp() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp3041 llvm::Type *CondTy = Cond->getType(); in emitCondLikelihoodViaExpectIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1408 LLT CondTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1016 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7882 QualType CondTy = Cond->getType(); in checkCondition() local
8196 QualType CondTy, SourceLocation QuestionLoc) { in OpenCLConvertScalarsToVectors()
8233 const VectorType *CondTy = Cond->getType()->getAs<VectorType>(); in checkOpenCLConditionVector() local
8249 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult()
8283 QualType CondTy = Cond.get()->getType(); in OpenCLCheckVectorConditional() local
H A DSemaExprCXX.cpp6628 QualType CondTy) { in isValidVectorForConditionalCondition()
6638 QualType CondTy) { in isValidSizelessVectorForConditionalCondition()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3162 Type *CondTy, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3230 Type *CondTy, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6536 Type *CondTy = SI->getCondition()->getType(); in getInstructionCost() local