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()
38479 SDValue FILDChain = Subtarget.getTargetLowering()->BuildFILD( in combineSIntToFP() local38481 DAG.ReplaceAllUsesOfValueWith(Op0.getValue(1), FILDChain.getValue(1)); in combineSIntToFP()38482 return FILDChain; in combineSIntToFP()