Searched refs:AddrVT (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86SelectionDAGInfo.cpp | 137 EVT AddrVT = Dst.getValueType(); in EmitTargetCodeForMemset() local 142 DAG.getNode(ISD::ADD, dl, AddrVT, Dst, in EmitTargetCodeForMemset() 143 DAG.getConstant(Offset, dl, AddrVT)), in EmitTargetCodeForMemset()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1337 EVT AddrVT = LdNode->getBasePtr().getValueType(); in lowerLoadF128() local 1338 SDValue HiPtr = DAG.getNode(ISD::ADD, DL, AddrVT, LdNode->getBasePtr(), in lowerLoadF128() 1339 DAG.getConstant(8, DL, AddrVT)); in lowerLoadF128() 1379 EVT AddrVT = BasePtr.getValueType(); in lowerLoadI1() local 1386 SDValue Addr = DAG.getNode(ISD::ADD, DL, AddrVT, BasePtr, in lowerLoadI1() 1387 DAG.getConstant(8 * i, DL, AddrVT)); in lowerLoadI1() 1407 SDValue Addr = DAG.getNode(ISD::ADD, DL, AddrVT, BasePtr, in lowerLoadI1() 1408 DAG.getConstant(8 * i, DL, AddrVT)); in lowerLoadI1() 1478 EVT AddrVT = StNode->getBasePtr().getValueType(); in lowerStoreF128() local 1479 SDValue HiPtr = DAG.getNode(ISD::ADD, DL, AddrVT, StNode->getBasePtr(), in lowerStoreF128() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 9318 EVT AddrVT = Addr.getValueType(); in IncrementMemoryAddress() local 9336 Increment = DAG.getZExtOrTrunc(Increment, DL, AddrVT); in IncrementMemoryAddress() 9339 AddrVT); in IncrementMemoryAddress() 9340 Increment = DAG.getNode(ISD::MUL, DL, AddrVT, Increment, Scale); in IncrementMemoryAddress() 9342 Increment = DAG.getVScale(DL, AddrVT, in IncrementMemoryAddress() 9343 APInt(AddrVT.getFixedSizeInBits(), in IncrementMemoryAddress() 9346 Increment = DAG.getConstant(DataVT.getStoreSize(), DL, AddrVT); in IncrementMemoryAddress() 9348 return DAG.getNode(ISD::ADD, DL, AddrVT, Addr, Increment); in IncrementMemoryAddress()
|