Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19220 SDValue ValueToStore = Src; in LowerSINT_TO_FP() local
19225 ValueToStore = DAG.getBitcast(MVT::f64, ValueToStore); in LowerSINT_TO_FP()
19235 Chain = DAG.getStore(Chain, dl, ValueToStore, StackSlot, MPI, Alignment); in LowerSINT_TO_FP()
19732 SDValue ValueToStore = Src; in LowerUINT_TO_FP() local
19737 ValueToStore = DAG.getBitcast(MVT::f64, ValueToStore); in LowerUINT_TO_FP()
19740 DAG.getStore(Chain, dl, ValueToStore, StackSlot, MPI, SlotAlign); in LowerUINT_TO_FP()