Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5022 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, MidVT, Val); in PromoteNode() local
5030 CastVal, IdxOffset); in PromoteNode()
5054 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, MidVT, Val); in PromoteNode() local
5058 NewElts.push_back(CastVal); in PromoteNode()
5070 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->getVal()); in PromoteNode() local
5079 { AM->getChain(), AM->getBasePtr(), CastVal }, in PromoteNode()
H A DLegalizeFloatTypes.cpp2565 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP() local
2566 EVT CastVT = CastVal.getValueType(); in BitcastToInt_ATOMIC_SWAP()
2571 { AM->getChain(), AM->getBasePtr(), CastVal }, in BitcastToInt_ATOMIC_SWAP()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3076 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NewVT, Val); in performStoreCombine() local
3078 SDValue CastBack = DAG.getNode(ISD::BITCAST, SL, VT, CastVal); in performStoreCombine()
3082 return DAG.getStore(SN->getChain(), SL, CastVal, in performStoreCombine()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2957 Value *CastVal = Builder.CreateBitOrPointerCast(V, VecIntTy); in createBitOrPointerCast() local
2958 return Builder.CreateBitOrPointerCast(CastVal, DstFVTy); in createBitOrPointerCast()