Home
last modified time | relevance | path

Searched defs:Ty1 (Results 1 – 15 of 15) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h77 bool haveSameType(QualType Ty1, QualType Ty2) { in haveSameType()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp121 IntegerType *Ty1 = Builder.getInt1Ty(); in TEST_F() local
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1159 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, in isTruncateFree()
1174 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp143 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h142 bool isTruncateFree(Type *Ty1, Type *Ty2) { in isTruncateFree()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h230 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; } in isTruncateFree()
DTargetTransformInfo.h717 bool isTruncateFree(Type *Ty1, Type *Ty2) override { in isTruncateFree()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1952 Type *Ty1 = Q.second.first->getType(), in findBestDAGFor() local
1984 Type *Ty1 = S->first->getType(), in findBestDAGFor() local
2073 Type *Ty1 = O1->getType(), in findBestDAGFor() local
DLoopVectorize.cpp4182 static Type* getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2060 bool HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
2532 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6844 bool AArch64TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
6890 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp20719 bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
20727 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall()
20758 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1906 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11442 bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10752 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall()