Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp195 EVT AddrVT = Dst.getValueType(); in emitConstantSizeRepstos() local
199 DAG.getNode(ISD::ADD, dl, AddrVT, Dst, in emitConstantSizeRepstos()
200 DAG.getConstant(Offset, dl, AddrVT)), in emitConstantSizeRepstos()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1326 EVT AddrVT = LdNode->getBasePtr().getValueType(); in lowerLoadF128() local
1327 SDValue HiPtr = DAG.getNode(ISD::ADD, DL, AddrVT, LdNode->getBasePtr(), in lowerLoadF128()
1328 DAG.getConstant(8, DL, AddrVT)); in lowerLoadF128()
1368 EVT AddrVT = BasePtr.getValueType(); in lowerLoadI1() local
1375 SDValue Addr = DAG.getNode(ISD::ADD, DL, AddrVT, BasePtr, in lowerLoadI1()
1376 DAG.getConstant(8 * i, DL, AddrVT)); in lowerLoadI1()
1396 SDValue Addr = DAG.getNode(ISD::ADD, DL, AddrVT, BasePtr, in lowerLoadI1()
1397 DAG.getConstant(8 * i, DL, AddrVT)); in lowerLoadI1()
1466 EVT AddrVT = StNode->getBasePtr().getValueType(); in lowerStoreF128() local
1467 SDValue HiPtr = DAG.getNode(ISD::ADD, DL, AddrVT, StNode->getBasePtr(), in lowerStoreF128()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10563 EVT AddrVT = Addr.getValueType(); in IncrementMemoryAddress() local
10581 Increment = DAG.getZExtOrTrunc(Increment, DL, AddrVT); in IncrementMemoryAddress()
10584 AddrVT); in IncrementMemoryAddress()
10585 Increment = DAG.getNode(ISD::MUL, DL, AddrVT, Increment, Scale); in IncrementMemoryAddress()
10587 Increment = DAG.getVScale(DL, AddrVT, in IncrementMemoryAddress()
10588 APInt(AddrVT.getFixedSizeInBits(), in IncrementMemoryAddress()
10591 Increment = DAG.getConstant(DataVT.getStoreSize(), DL, AddrVT); in IncrementMemoryAddress()
10593 return DAG.getNode(ISD::ADD, DL, AddrVT, Addr, Increment); in IncrementMemoryAddress()