HomeSort by relevance Sort by last modified time
    Searched refs:CondTy (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 95 Type *CondTy) const;
189 Type *CondTy) const {
190 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 95 Type *CondTy) const;
331 Type *CondTy) const {
337 assert(CondTy && "CondTy must exist");
338 if (CondTy->isVectorTy())
353 if (CondTy)
354 CondTy = CondTy->getScalarType();
356 CondTy);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 299 Type *CondTy = 0) const;
  /external/llvm/lib/Analysis/
CostModel.cpp 128 Type *CondTy = SI->getCondition()->getType();
129 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
TargetTransformInfo.cpp 172 Type *CondTy) const {
173 return PrevTTI->getCmpSelInstrCost(Opcode, ValTy, CondTy);
517 Type *CondTy = 0) const {
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 95 Type *CondTy) const;
277 Type *CondTy) const {
330 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 123 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) const;
385 Type *CondTy) const {
400 EVT SelCondTy = TLI->getValueType(CondTy);
413 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 567 Type *CondTy = Type::getInt1Ty(Context);
573 CondTy = VectorType::get(CondTy, NumElem);
576 Value *Cond = getRandomValue(CondTy);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 134 Type *CondTy = SI.getCondition()->getType();
135 if (CondTy->isVectorTy() && CondTy->getVectorNumElements() !=
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 351 milliseconds