Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1736 Type *CondTy = RetTy->getWithNewBitWidth(1); getIntrinsicInstrCost() local
2103 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local
2120 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local
2133 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local
2155 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local
2285 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp259 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp625 Type *CondTy = Type::getInt1Ty(Context); Act() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp659 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp963 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h656 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
1318 Type *CondTy = Operands[0]->getType(); getInstructionCost() local
H A DTargetTransformInfo.h2692 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3858 const LLT CondTy = MRI.getType(CarryOut); lower() local
3897 const LLT CondTy = MRI.getType(BorrowOut); lower() local
5222 const LLT CondTy = LLT::scalar(1); narrowScalarShift() local
5548 LLT CondTy = LLT::fixed_vector( moreElementsVector() local
6162 LLT CondTy = MRI.getType(CondReg); narrowScalarSelect() local
7282 const LLT CondTy = Ty.changeElementSize(1); lowerIntrinsicRound() local
7315 const LLT CondTy = Ty.changeElementSize(1); lowerFFloor() local
[all...]
H A DCombinerHelper.cpp6631 LLT CondTy = MRI.getType(Select->getCondReg()); tryFoldSelectOfConstants() local
6763 LLT CondTy = MRI.getType(Select->getCondReg()); tryFoldBoolSelectToLogic() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1386 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp922 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5698 IntegerType *CondTy = cast<IntegerType>(Cond->getType()); eliminateDeadSwitchCases() local
6954 auto *CondTy = cast<IntegerType>(SI->getCondition()->getType()); ReduceSwitchRange() local
7043 auto *CondTy = cast<IntegerType>(Condition->getType()); simplifySwitchOfPowersOfTwo() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1011 Type *CondTy = SelectCond->getType(); simplifyDivRemOfSelectWithZeroOp() local
H A DInstCombineCasts.cpp2448 Type *CondTy = Cond->getType(); foldBitCastSelect() local
H A DInstCombineSelect.cpp285 Type *CondTy = Cond->getType(); foldSelectOpOp() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp3023 llvm::Type *CondTy = Cond->getType(); emitCondLikelihoodViaExpectIntrinsic() local
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1012 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) const getCmpSelInstrCost() argument
/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1377 LLT CondTy = MRI->getType(MI->getOperand(1).getReg()); verifyPreISelGenericInstruction() local
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7847 QualType CondTy = Cond->getType(); checkCondition() local
8161 OpenCLConvertScalarsToVectors(Sema & S,ExprResult & LHS,ExprResult & RHS,QualType CondTy,SourceLocation QuestionLoc) OpenCLConvertScalarsToVectors() argument
8198 const VectorType *CondTy = Cond->getType()->getAs<VectorType>(); checkOpenCLConditionVector() local
8214 checkVectorResult(Sema & S,QualType CondTy,QualType VecResTy,SourceLocation QuestionLoc) checkVectorResult() argument
8248 QualType CondTy = Cond.get()->getType(); OpenCLCheckVectorConditional() local
[all...]
H A DSemaExprCXX.cpp6555 isValidVectorForConditionalCondition(ASTContext & Ctx,QualType CondTy) isValidVectorForConditionalCondition() argument
6565 isValidSizelessVectorForConditionalCondition(ASTContext & Ctx,QualType CondTy) isValidSizelessVectorForConditionalCondition() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3208 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3162 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6894 Type *CondTy = SI->getCondition()->getType(); getInstructionCost() local