Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp316 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
325 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
335 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
349 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp314 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
323 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
333 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
347 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h262 QualType ToTy, uint64_t ToBitWidth, in fromCast()
314 const llvm::APSInt &V, QualType ToTy, in castAPSInt()
338 QualType FromTy, QualType ToTy) { in getCastExpr()
526 QualType ToTy; in getRangeExpr() local
DSymbolManager.h271 QualType ToTy; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DCastSizeChecker.cpp91 QualType ToTy = Ctx.getCanonicalType(CE->getType()); in checkPreStmt() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCastToStructChecker.cpp43 QualType ToTy = Ctx.getCanonicalType(CE->getType()); in VisitCastExpr() local
DCastSizeChecker.cpp92 QualType ToTy = Ctx.getCanonicalType(CE->getType()); in checkPreStmt() local
/external/clang/lib/Sema/
DSemaFixItUtils.cpp53 const QualType ToTy, in tryToFixConversion()
/external/llvm-project/clang/lib/Sema/
DSemaFixItUtils.cpp52 const QualType ToTy, in tryToFixConversion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp437 Value *Float2IntPass::convert(Instruction *I, Type *ToTy) { in convert()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp436 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-project/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp465 static bool shouldBeModeledWithNoOp(ASTContext &Context, QualType ToTy, in shouldBeModeledWithNoOp()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2298 virtual bool isTruncateFree(Type *FromTy, Type *ToTy) const { in isTruncateFree()
2307 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall()
2384 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree()
2388 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { in isZExtFree()
2394 virtual bool isSExtCheaperThanZExt(EVT FromTy, EVT ToTy) const { in isSExtCheaperThanZExt()
/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/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2465 virtual bool isTruncateFree(Type *FromTy, Type *ToTy) const { in isTruncateFree()
2474 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall()
2551 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree()
2555 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { in isZExtFree()
2561 virtual bool isSExtCheaperThanZExt(EVT FromTy, EVT ToTy) const { in isSExtCheaperThanZExt()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp483 Type *ToTy = Inst->getType()->getPointerElementType(); in tryPromoteAllocaToVector() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h232 QualType ToTy; variable
/external/clang/include/clang/Sema/
DOverload.h347 void *ToTy; member
/external/llvm-project/clang/include/clang/Sema/
DOverload.h484 void *ToTy; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1823 Type *ToTy) { in isBitCastSemanticsPreserving()
1849 Type *ToTy = To.getType(); in replaceAllDbgUsesWith() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp1941 Type *ToTy) { in isBitCastSemanticsPreserving()
1967 Type *ToTy = To.getType(); in replaceAllDbgUsesWith() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp64 auto setPromoteTo = [this] (unsigned Opc, MVT FromTy, MVT ToTy) { in initializeHVXLowering()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp67 auto setPromoteTo = [this] (unsigned Opc, MVT FromTy, MVT ToTy) { in initializeHVXLowering()

12