/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1689 Type *CondTy = RetTy->getWithNewBitWidth(1); getIntrinsicInstrCost() local 2030 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local 2047 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local 2060 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local 2082 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local 2212 Type *CondTy = RetTy->getWithNewBitWidth(1); getTypeBasedIntrinsicInstrCost() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 272 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 625 Type *CondTy = Type::getInt1Ty(Context); in Act() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 658 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 961 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1063 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 635 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument 1284 Type *CondTy = Operands[0]->getType(); getInstructionCost() local
|
H A D | TargetTransformInfo.h | 2621 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 3746 const LLT CondTy = MRI.getType(CarryOut); lower() local 3780 const LLT CondTy = MRI.getType(BorrowOut); lower() local 5058 const LLT CondTy = LLT::scalar(1); narrowScalarShift() local 5892 LLT CondTy = MRI.getType(CondReg); narrowScalarSelect() local 6996 const LLT CondTy = Ty.changeElementSize(1); lowerIntrinsicRound() local 7029 const LLT CondTy = Ty.changeElementSize(1); lowerFFloor() local [all...] |
H A D | CombinerHelper.cpp | 6357 LLT CondTy = MRI.getType(Select->getCondReg()); tryFoldSelectOfConstants() local 6486 LLT CondTy = MRI.getType(Select->getCondReg()); tryFoldBoolSelectToLogic() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 918 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 880 Type *CondTy = SelectCond->getType(); simplifyDivRemOfSelectWithZeroOp() local
|
H A D | InstCombineCasts.cpp | 2360 Type *CondTy = Cond->getType(); foldBitCastSelect() local
|
H A D | InstCombineSelect.cpp | 278 Type *CondTy = Cond->getType(); foldSelectOpOp() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2945 llvm::Type *CondTy = Cond->getType(); emitCondLikelihoodViaExpectIntrinsic() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 971 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) const getCmpSelInstrCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1359 LLT CondTy = MRI->getType(MI->getOperand(1).getReg()); verifyPreISelGenericInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 6851 auto *CondTy = cast<IntegerType>(SI->getCondition()->getType()); ReduceSwitchRange() local 6940 auto *CondTy = cast<IntegerType>(Condition->getType()); simplifySwitchOfPowersOfTwo() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 8733 QualType CondTy = Cond->getType(); checkCondition() local 9047 OpenCLConvertScalarsToVectors(Sema & S,ExprResult & LHS,ExprResult & RHS,QualType CondTy,SourceLocation QuestionLoc) OpenCLConvertScalarsToVectors() argument 9084 const VectorType *CondTy = Cond->getType()->getAs<VectorType>(); checkOpenCLConditionVector() local 9100 checkVectorResult(Sema & S,QualType CondTy,QualType VecResTy,SourceLocation QuestionLoc) checkVectorResult() argument 9134 QualType CondTy = Cond.get()->getType(); OpenCLCheckVectorConditional() local [all...] |
H A D | SemaExprCXX.cpp | 6380 isValidVectorForConditionalCondition(ASTContext & Ctx,QualType CondTy) isValidVectorForConditionalCondition() argument 6390 isValidSizelessVectorForConditionalCondition(ASTContext & Ctx,QualType CondTy) isValidSizelessVectorForConditionalCondition() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 2966 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 3071 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 7051 Type *CondTy = SI->getCondition()->getType(); getInstructionCost() local
|