Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp169 EVT AddrVT = Dst.getValueType(); in EmitTargetCodeForMemset() local
174 DAG.getNode(ISD::ADD, dl, AddrVT, Dst, in EmitTargetCodeForMemset()
175 DAG.getConstant(Offset, dl, AddrVT)), in EmitTargetCodeForMemset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1279 EVT AddrVT = LdNode->getBasePtr().getValueType(); in lowerLoadF128() local
1280 SDValue HiPtr = DAG.getNode(ISD::ADD, DL, AddrVT, LdNode->getBasePtr(), in lowerLoadF128()
1281 DAG.getConstant(8, DL, AddrVT)); in lowerLoadF128()
1347 EVT AddrVT = StNode->getBasePtr().getValueType(); in lowerStoreF128() local
1348 SDValue HiPtr = DAG.getNode(ISD::ADD, DL, AddrVT, StNode->getBasePtr(), in lowerStoreF128()
1349 DAG.getConstant(8, DL, AddrVT)); in lowerStoreF128()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7771 EVT AddrVT = Addr.getValueType(); in IncrementMemoryAddress() local
7789 Increment = DAG.getZExtOrTrunc(Increment, DL, AddrVT); in IncrementMemoryAddress()
7792 AddrVT); in IncrementMemoryAddress()
7793 Increment = DAG.getNode(ISD::MUL, DL, AddrVT, Increment, Scale); in IncrementMemoryAddress()
7795 Increment = DAG.getVScale(DL, AddrVT, in IncrementMemoryAddress()
7796 APInt(AddrVT.getFixedSizeInBits(), in IncrementMemoryAddress()
7799 Increment = DAG.getConstant(DataVT.getStoreSize(), DL, AddrVT); in IncrementMemoryAddress()
7801 return DAG.getNode(ISD::ADD, DL, AddrVT, Addr, Increment); in IncrementMemoryAddress()