Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20120 SDValue ValueToStore = Src; in LowerSINT_TO_FP() local
20125 ValueToStore = DAG.getBitcast(MVT::f64, ValueToStore); in LowerSINT_TO_FP()
20135 Chain = DAG.getStore(Chain, dl, ValueToStore, StackSlot, MPI, Alignment); in LowerSINT_TO_FP()
20637 SDValue ValueToStore = Src; in LowerUINT_TO_FP() local
20642 ValueToStore = DAG.getBitcast(MVT::f64, ValueToStore); in LowerUINT_TO_FP()
20645 DAG.getStore(Chain, dl, ValueToStore, StackSlot, MPI, SlotAlign); in LowerUINT_TO_FP()