Searched defs:CondTy (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 310 int PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 294 int ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 418 Type *CondTy = SI->getCondition()->getType(); in getInstructionCost() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 436 Type *CondTy) { in getCmpSelInstrCost()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 576 Type *CondTy = Type::getInt1Ty(Context); in Act() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 130 Type *CondTy = SI.getCondition()->getType(); in FoldSelectOpOp() local
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 315 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
|
D | TargetTransformInfo.h | 917 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) override { in getCmpSelInstrCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 479 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 877 int X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
|
D | X86FastISel.cpp | 2703 Type *CondTy = Ty->getTypeAtIndex(1); in fastLowerIntrinsicCall() local
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 6157 QualType CondTy = Cond->getType(); in checkCondition() local 6485 QualType CondTy, SourceLocation QuestionLoc) { in OpenCLConvertScalarsToVectors() 6522 const VectorType *CondTy = Cond->getType()->getAs<VectorType>(); in checkOpenCLConditionVector() local 6538 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult() 6572 QualType CondTy = Cond.get()->getType(); in OpenCLCheckVectorConditional() local
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2472 Ice::Type CondTy = Context->getSimpleTypeByID(Values[0]); in ProcessRecord() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5901 Type *CondTy = SI->getCondition()->getType(); in getInstructionCost() local
|