Home
last modified time | relevance | path

Searched refs:FILDChain (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp14093 SDValue FILDChain = XTLI->BuildFILD(SDValue(N, 0), Ld->getValueType(0), in PerformSINT_TO_FPCombine() local
14095 DAG.ReplaceAllUsesOfValueWith(Op0.getValue(1), FILDChain.getValue(1)); in PerformSINT_TO_FPCombine()
14096 return FILDChain; in PerformSINT_TO_FPCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30552 SDValue FILDChain = Subtarget.getTargetLowering()->BuildFILD( in combineSIntToFP() local
30554 DAG.ReplaceAllUsesOfValueWith(Op0.getValue(1), FILDChain.getValue(1)); in combineSIntToFP()
30555 return FILDChain; in combineSIntToFP()