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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 502 Type *ExpectedType) const;
597 Type *ExpectedType) = 0;
    [all...]
TargetTransformInfoImpl.h 325 Type *ExpectedType) {
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 444 Type *ExpectedType) {
452 StructType *ST = dyn_cast<StructType>(ExpectedType);
462 Value *Res = UndefValue::get(ExpectedType);
473 if (Inst->getType() == ExpectedType)
AArch64TargetTransformInfo.h 138 Type *ExpectedType);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 274 IntrinsicInst *Inst, Type *ExpectedType) const {
275 return TTIImpl->getOrCreateResultFromMemIntrinsic(Inst, ExpectedType);
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 324 template <class ExpectedType> void VerifyDyncast(PDB_SymType Tag) {
326 EXPECT_EQ(item->first == Tag, llvm::isa<ExpectedType>(*item->second));
  /external/llvm/unittests/IR/
ValueMapTest.cpp 117 template<typename ExpectedType, typename VarType>
119 static_assert(std::is_same<ExpectedType, VarType>::value,
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c     [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 440 Value *getOrCreateResult(Value *Inst, Type *ExpectedType) const {
447 ExpectedType);
  /external/clang/include/clang/Sema/
AttributeList.h 840 ExpectedType,
  /external/clang/lib/Sema/
SemaLookup.cpp 744 QualType ExpectedType
750 if (R.getSema().DeduceTemplateArguments(ConvTemplate, nullptr, ExpectedType,
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 264 milliseconds