Home
last modified time | relevance | path

Searched defs:ToTy (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp294 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
303 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
313 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
327 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
/external/clang/lib/StaticAnalyzer/Checkers/
DCastToStructChecker.cpp39 QualType ToTy = Ctx.getCanonicalType(CE->getType()); in checkPreStmt() local
DCastSizeChecker.cpp91 QualType ToTy = Ctx.getCanonicalType(CE->getType()); in checkPreStmt() local
/external/clang/lib/Sema/
DSemaFixItUtils.cpp53 const QualType ToTy, in tryToFixConversion()
DSemaOverload.cpp9081 QualType ToTy = Conv.Bad.getToType(); in DiagnoseBadConversion() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp416 Value *Float2IntPass::convert(Instruction *I, Type *ToTy) { in convert()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp430 Value *Float2IntPass::convert(Instruction *I, Type *ToTy) { in convert()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp405 static bool shouldBeModeledWithNoOp(ASTContext &Context, QualType ToTy, in shouldBeModeledWithNoOp()
/external/llvm/include/llvm/Target/
DTargetLowering.h1652 virtual bool isTruncateFree(Type *FromTy, Type *ToTy) const { in isTruncateFree()
1661 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall()
1708 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree()
1712 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { in isZExtFree()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2062 virtual bool isTruncateFree(Type *FromTy, Type *ToTy) const { in isTruncateFree()
2071 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall()
2148 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree()
2152 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { in isZExtFree()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h232 QualType ToTy; variable
/external/clang/include/clang/Sema/
DOverload.h347 void *ToTy; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1799 Type *ToTy) { in isBitCastSemanticsPreserving()
1825 Type *ToTy = To.getType(); in replaceAllDbgUsesWith() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp65 auto setPromoteTo = [this] (unsigned Opc, MVT FromTy, MVT ToTy) { in initializeHVXLowering()