Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4985 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, MidVT, Val); in PromoteNode() local
4993 CastVal, IdxOffset); in PromoteNode()
5017 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, MidVT, Val); in PromoteNode() local
5021 NewElts.push_back(CastVal); in PromoteNode()
5033 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->getVal()); in PromoteNode() local
5042 { AM->getChain(), AM->getBasePtr(), CastVal }, in PromoteNode()
H A DLegalizeFloatTypes.cpp2563 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP() local
2564 EVT CastVT = CastVal.getValueType(); in BitcastToInt_ATOMIC_SWAP()
2569 { AM->getChain(), AM->getBasePtr(), CastVal }, in BitcastToInt_ATOMIC_SWAP()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2950 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NewVT, Val); in performStoreCombine() local
2952 SDValue CastBack = DAG.getNode(ISD::BITCAST, SL, VT, CastVal); in performStoreCombine()
2956 return DAG.getStore(SN->getChain(), SL, CastVal, in performStoreCombine()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2924 Value *CastVal = Builder.CreateBitOrPointerCast(V, VecIntTy); in createBitOrPointerCast() local
2925 return Builder.CreateBitOrPointerCast(CastVal, DstFVTy); in createBitOrPointerCast()