Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13368 SDValue ValueToStore = Op.getOperand(0); in LowerSINT_TO_FP() local
13374 ValueToStore = DAG.getBitcast(MVT::f64, ValueToStore); in LowerSINT_TO_FP()
13382 DAG.getEntryNode(), dl, ValueToStore, StackSlot, in LowerSINT_TO_FP()
13734 SDValue ValueToStore = Op.getOperand(0); in LowerUINT_TO_FP() local
13739 ValueToStore = DAG.getBitcast(MVT::f64, ValueToStore); in LowerUINT_TO_FP()
13740 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, ValueToStore, in LowerUINT_TO_FP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp16281 SDValue ValueToStore = Op.getOperand(0); in LowerSINT_TO_FP() local
16287 ValueToStore = DAG.getBitcast(MVT::f64, ValueToStore); in LowerSINT_TO_FP()
16295 DAG.getEntryNode(), dl, ValueToStore, StackSlot, in LowerSINT_TO_FP()
16656 SDValue ValueToStore = Op.getOperand(0); in LowerUINT_TO_FP() local
16661 ValueToStore = DAG.getBitcast(MVT::f64, ValueToStore); in LowerUINT_TO_FP()
16662 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, ValueToStore, StackSlot, in LowerUINT_TO_FP()