Home
last modified time | relevance | path

Searched defs:FromTy (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp315 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
324 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
334 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
348 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
/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.cpp1822 static bool isBitCastSemanticsPreserving(const DataLayout &DL, Type *FromTy, in isBitCastSemanticsPreserving()
1848 Type *FromTy = From.getType(); in replaceAllDbgUsesWith() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp795 const DIType *FromTy = DTy->getBaseType(); in constructTypeDIE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp268 DIDerivedType *DIBuilder::createQualifiedType(unsigned Tag, DIType *FromTy) { in createQualifiedType()
/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()