Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1278 EVT AddrVT = LdNode->getBasePtr().getValueType(); in lowerLoadF128() local
1279 SDValue HiPtr = DAG.getNode(ISD::ADD, DL, AddrVT, LdNode->getBasePtr(), in lowerLoadF128()
1280 DAG.getConstant(8, DL, AddrVT)); in lowerLoadF128()
1346 EVT AddrVT = StNode->getBasePtr().getValueType(); in lowerStoreF128() local
1347 SDValue HiPtr = DAG.getNode(ISD::ADD, DL, AddrVT, StNode->getBasePtr(), in lowerStoreF128()
1348 DAG.getConstant(8, DL, AddrVT)); in lowerStoreF128()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7742 EVT AddrVT = Addr.getValueType(); in IncrementMemoryAddress() local
7760 Increment = DAG.getZExtOrTrunc(Increment, DL, AddrVT); in IncrementMemoryAddress()
7763 AddrVT); in IncrementMemoryAddress()
7764 Increment = DAG.getNode(ISD::MUL, DL, AddrVT, Increment, Scale); in IncrementMemoryAddress()
7766 Increment = DAG.getVScale(DL, AddrVT, in IncrementMemoryAddress()
7767 APInt(AddrVT.getFixedSizeInBits(), in IncrementMemoryAddress()
7770 Increment = DAG.getConstant(DataVT.getStoreSize(), DL, AddrVT); in IncrementMemoryAddress()
7772 return DAG.getNode(ISD::ADD, DL, AddrVT, Addr, Increment); in IncrementMemoryAddress()