Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2055 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local
2633 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
2716 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
2738 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
2780 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
2797 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
2840 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
2851 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp258 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperCasts.cpp211 LLT CondTy = MRI.getType(Select->getCondReg()); in matchCastOfSelect() local
H A DLegalizerHelper.cpp4585 const LLT CondTy = MRI.getType(CarryOut); in lower() local
4624 const LLT CondTy = MRI.getType(BorrowOut); in lower() local
5993 const LLT CondTy = LLT::scalar(1); in narrowScalarShift() local
6326 LLT CondTy = LLT::fixed_vector( in moreElementsVector() local
6934 LLT CondTy = MRI.getType(CondReg); in narrowScalarSelect() local
8315 const LLT CondTy = Ty.changeElementSize(1); in lowerIntrinsicRound() local
8348 const LLT CondTy = Ty.changeElementSize(1); in lowerFFloor() local
H A DCombinerHelper.cpp6979 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants() local
7128 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp942 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
2003 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local
2104 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp615 Type *CondTy = Type::getInt1Ty(Context); in Act() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp660 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h775 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
1502 Type *CondTy = Operands[0]->getType(); in getInstructionCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1090 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3314 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
4768 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp2037 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5852 IntegerType *CondTy = cast<IntegerType>(Cond->getType()); in eliminateDeadSwitchCases() local
7139 auto *CondTy = cast<IntegerType>(SI->getCondition()->getType()); in reduceSwitchRange() local
7230 auto *CondTy = cast<IntegerType>(Condition->getType()); in simplifySwitchOfPowersOfTwo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1125 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp() local
H A DInstCombineCasts.cpp2517 Type *CondTy = Cond->getType(); in foldBitCastSelect() local
H A DInstCombineSelect.cpp258 Type *CondTy = Cond->getType(); in foldSelectOpOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp869 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local
4275 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp3247 llvm::Type *CondTy = Cond->getType(); in emitCondLikelihoodViaExpectIntrinsic() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5634 QualType CondTy) { in isValidVectorForConditionalCondition()
5644 QualType CondTy) { in isValidSizelessVectorForConditionalCondition()
H A DSemaExpr.cpp8041 QualType CondTy = Cond->getType(); in checkCondition() local
8362 QualType CondTy, SourceLocation QuestionLoc) { in OpenCLConvertScalarsToVectors()
8399 const VectorType *CondTy = Cond->getType()->getAs<VectorType>(); in checkOpenCLConditionVector() local
8415 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult()
8449 QualType CondTy = Cond.get()->getType(); in OpenCLCheckVectorConditional() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1085 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1469 LLT CondTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1743 Type *CondTy = Ctx.Types.inferScalarType(getOperand(0)); in computeCost() local
H A DLoopVectorize.cpp6220 Type *CondTy = SI->getCondition()->getType(); in getInstructionCost() local