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/ |
D | ARMRegisterBankInfo.cpp | 315 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/ |
D | TargetLowering.h | 2298 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/ |
D | Local.cpp | 1822 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/ |
D | DwarfUnit.cpp | 795 const DIType *FromTy = DTy->getBaseType(); in constructTypeDIE() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 268 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/ |
D | HexagonISelLoweringHVX.cpp | 64 auto setPromoteTo = [this] (unsigned Opc, MVT FromTy, MVT ToTy) { in initializeHVXLowering()
|