/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1423 Type *CondTy = RetTy->getWithNewBitWidth(1); in getIntrinsicInstrCost() local 1672 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 1689 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 1712 Type *CondTy = RetTy->getWithNewBitWidth(1); in getTypeBasedIntrinsicInstrCost() local 2065 InstructionCost getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 250 Type *CondTy, in getCmpSelInstrCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 1098 Type *CondTy, in getCmpSelInstrCost() 1552 AArch64TTIImpl::getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 2160 Type *CondTy, in getCmpSelInstrCost() 3775 InstructionCost X86TTIImpl::getMinMaxCost(Type *Ty, Type *CondTy, in getMinMaxCost() 3904 X86TTIImpl::getMinMaxReductionCost(VectorType *ValTy, VectorType *CondTy, in getMinMaxReductionCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 631 Type *CondTy = Type::getInt1Ty(Context); in Act() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 530 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost() 1045 Type *CondTy = U->getOperand(0)->getType(); in getUserCost() local
|
H A D | TargetTransformInfo.h | 2119 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost() 2166 getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 873 Type *CondTy, in getCmpSelInstrCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 1029 Type *CondTy, in getCmpSelInstrCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 802 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() 905 VectorType *Ty, VectorType *CondTy, bool IsPairwiseForm, bool IsUnsigned, in getMinMaxReductionCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 3098 const LLT CondTy = MRI.getType(BorrowOut); in lower() local 3521 LLT CondTy = MRI.getType(CondReg); in fewerElementsVectorSelect() local 4463 const LLT CondTy = LLT::scalar(1); in narrowScalarShift() local 5090 LLT CondTy = MRI.getType(CondReg); in narrowScalarSelect() local 6095 const LLT CondTy = Ty.changeElementSize(1); in lowerIntrinsicRound() local 6128 const LLT CondTy = Ty.changeElementSize(1); in lowerFFloor() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 865 GCNTTIImpl::getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 655 Type *CondTy = SelectCond->getType(); in simplifyDivRemOfSelectWithZeroOp() local
|
H A D | InstCombineCasts.cpp | 2333 Type *CondTy = Cond->getType(); in foldBitCastSelect() local
|
H A D | InstCombineSelect.cpp | 278 Type *CondTy = Cond->getType(); in foldSelectOpOp() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 837 Type *CondTy, in getCmpSelInstrCost()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2670 llvm::Type *CondTy = Cond->getType(); in emitCondLikelihoodViaExpectIntrinsic() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1191 LLT CondTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 7759 QualType CondTy = Cond->getType(); in checkCondition() local 8088 QualType CondTy, SourceLocation QuestionLoc) { in OpenCLConvertScalarsToVectors() 8125 const VectorType *CondTy = Cond->getType()->getAs<VectorType>(); in checkOpenCLConditionVector() local 8141 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult() 8175 QualType CondTy = Cond.get()->getType(); in OpenCLCheckVectorConditional() local
|
H A D | SemaExprCXX.cpp | 5992 QualType CondTy) { in isValidVectorForConditionalCondition()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 6163 auto *CondTy = cast<IntegerType>(SI->getCondition()->getType()); in ReduceSwitchRange() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 7649 Type *CondTy = SI->getCondition()->getType(); in getInstructionCost() local
|