Searched defs:ToTy (Results 1 – 5 of 5) sorted by relevance
314 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local323 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local333 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local347 LLT ToTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
437 Value *Float2IntPass::convert(Instruction *I, Type *ToTy) { in convert()
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()
1823 Type *ToTy) { in isBitCastSemanticsPreserving()1849 Type *ToTy = To.getType(); in replaceAllDbgUsesWith() local
64 auto setPromoteTo = [this] (unsigned Opc, MVT FromTy, MVT ToTy) { in initializeHVXLowering()