Searched refs:FILDChain (Results 1 – 2 of 2) sorted by relevance
14093 SDValue FILDChain = XTLI->BuildFILD(SDValue(N, 0), Ld->getValueType(0), in PerformSINT_TO_FPCombine() local14095 DAG.ReplaceAllUsesOfValueWith(Op0.getValue(1), FILDChain.getValue(1)); in PerformSINT_TO_FPCombine()14096 return FILDChain; in PerformSINT_TO_FPCombine()
30552 SDValue FILDChain = Subtarget.getTargetLowering()->BuildFILD( in combineSIntToFP() local30554 DAG.ReplaceAllUsesOfValueWith(Op0.getValue(1), FILDChain.getValue(1)); in combineSIntToFP()30555 return FILDChain; in combineSIntToFP()