Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp437 Value *Float2IntPass::convert(Instruction *I, Type *ToTy) { in convert()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1823 Type *ToTy) { in isBitCastSemanticsPreserving()
1849 Type *ToTy = To.getType(); in replaceAllDbgUsesWith() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp64 auto setPromoteTo = [this] (unsigned Opc, MVT FromTy, MVT ToTy) { in initializeHVXLowering()