Home
last modified time | relevance | path

Searched refs:StoreVal (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp418 Register StoreVal = I->getOperand(8).getReg(); in expandAtomicBinOpSubword() local
533 BuildMI(loopMBB, DL, TII->get(Mips::AND), StoreVal) in expandAtomicBinOpSubword()
535 BuildMI(loopMBB, DL, TII->get(Mips::OR), StoreVal) in expandAtomicBinOpSubword()
536 .addReg(StoreVal).addReg(BinOpRes); in expandAtomicBinOpSubword()
537 BuildMI(loopMBB, DL, TII->get(SC), StoreVal) in expandAtomicBinOpSubword()
538 .addReg(StoreVal).addReg(Ptr).addImm(0); in expandAtomicBinOpSubword()
540 .addReg(StoreVal).addReg(Mips::ZERO).addMBB(loopMBB); in expandAtomicBinOpSubword()
H A DMipsISelLowering.cpp4909 Register StoreVal = MI.getOperand(0).getReg(); in emitSTR_W() local
4919 BuildMI(*BB, I, DL, TII->get(Mips::COPY)).addDef(BitcastW).addUse(StoreVal); in emitSTR_W()
4934 .addUse(StoreVal) in emitSTR_W()
4959 Register StoreVal = MI.getOperand(0).getReg(); in emitSTR_D() local
4972 .addUse(StoreVal); in emitSTR_D()
4987 .addUse(StoreVal); in emitSTR_D()
5011 BuildMI(*BB, I, DL, TII->get(Mips::COPY)).addDef(Bitcast).addUse(StoreVal); in emitSTR_D()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp1442 bool NumericLiteralParser::GetFixedPointValue(llvm::APInt &StoreVal, unsigned Scale) { in GetFixedPointValue() argument
1544 auto MaxVal = llvm::APInt::getMaxValue(StoreVal.getBitWidth()); in GetFixedPointValue()
1545 if (Val.getBitWidth() > StoreVal.getBitWidth()) { in GetFixedPointValue()
1547 StoreVal = Val.trunc(StoreVal.getBitWidth()); in GetFixedPointValue()
1548 } else if (Val.getBitWidth() < StoreVal.getBitWidth()) { in GetFixedPointValue()
1550 StoreVal = Val.zext(StoreVal.getBitWidth()); in GetFixedPointValue()
1552 StoreVal = Val; in GetFixedPointValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp80 uint64_t StoreVal = ByteVal; in memsetStore() local
82 StoreVal |= ByteVal << (I * 8); in memsetStore()
84 Chain, DL, DAG.getConstant(StoreVal, DL, MVT::getIntegerVT(Size * 8)), in memsetStore()
H A DSystemZISelLowering.cpp8034 Register StoreVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
8097 BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal) in emitAtomicCmpSwapW()
8101 .addReg(StoreVal) in emitAtomicCmpSwapW()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1168 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix() argument
1178 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() * in storeMatrix()
1179 StoreVal.getNumColumns()); in storeMatrix()
1184 storeMatrix(TileTy, StoreVal, TilePtr, MAlign, in storeMatrix()
1190 MatrixTy storeMatrix(Type *Ty, MatrixTy StoreVal, Value *Ptr, in storeMatrix() argument
1195 for (auto Vec : enumerate(StoreVal.vectors())) { in storeMatrix()
1200 Stride, StoreVal.getStride(), VType->getElementType(), Builder); in storeMatrix()
1207 return MatrixTy().addNumStores(getNumOps(StoreVal.getVectorTy()) * in storeMatrix()
1208 StoreVal.getNumVectors()); in storeMatrix()
1215 auto StoreVal = getMatrix(Matrix, Shape, Builder); in LowerStore() local
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h122 bool GetFixedPointValue(llvm::APInt &StoreVal, unsigned Scale);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1227 Value *StoreVal; in TryToShrinkGlobalToBoolean() local
1229 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
1243 StoreVal = new LoadInst(NewGV->getValueType(), NewGV, in TryToShrinkGlobalToBoolean()
1249 StoreVal = StoredVal->getOperand(0); in TryToShrinkGlobalToBoolean()
1250 assert(isa<LoadInst>(StoreVal) && "Not a load of NewGV!"); in TryToShrinkGlobalToBoolean()
1254 new StoreInst(StoreVal, NewGV, false, Align(1), SI->getOrdering(), in TryToShrinkGlobalToBoolean()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp467 SDValue StoreVal = createTuple(*CurDAG, Regs, NF, LMUL); in selectVSSEG() local
470 Operands.push_back(StoreVal); in selectVSSEG()
497 SDValue StoreVal = createTuple(*CurDAG, Regs, NF, LMUL); in selectVSXSEG() local
500 Operands.push_back(StoreVal); in selectVSXSEG()
H A DRISCVISelLowering.cpp6631 SDValue StoreVal = Store->getValue(); in lowerFixedLengthVectorStoreToRVV() local
6632 MVT VT = StoreVal.getSimpleValueType(); in lowerFixedLengthVectorStoreToRVV()
6638 StoreVal = DAG.getNode(ISD::INSERT_SUBVECTOR, DL, VT, in lowerFixedLengthVectorStoreToRVV()
6639 DAG.getConstant(0, DL, VT), StoreVal, in lowerFixedLengthVectorStoreToRVV()
6648 convertToScalableVector(ContainerVT, StoreVal, DAG, Subtarget); in lowerFixedLengthVectorStoreToRVV()
7310 SDValue StoreVal = VPNode->getValue(); in lowerVPStridedStore() local
7311 MVT VT = StoreVal.getSimpleValueType(); in lowerVPStridedStore()
7315 StoreVal = convertToScalableVector(ContainerVT, StoreVal, DAG, Subtarget); in lowerVPStridedStore()
7325 SmallVector<SDValue, 8> Ops{VPNode->getChain(), IntID, StoreVal, in lowerVPStridedStore()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp612 Register StoreVal = I.getOperand(0 + OpOffset).getReg(); in selectStore() local
617 .addUse(StoreVal); in selectStore()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp7948 Value *StoreVal = EmitScalarExpr(E->getArg(0)); in EmitARMBuiltinExpr() local
7956 if (StoreVal->getType()->isPointerTy()) in EmitARMBuiltinExpr()
7957 StoreVal = Builder.CreatePtrToInt(StoreVal, Int32Ty); in EmitARMBuiltinExpr()
7961 CGM.getDataLayout().getTypeSizeInBits(StoreVal->getType())); in EmitARMBuiltinExpr()
7962 StoreVal = Builder.CreateBitCast(StoreVal, IntTy); in EmitARMBuiltinExpr()
7963 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty); in EmitARMBuiltinExpr()
7971 CallInst *CI = Builder.CreateCall(F, {StoreVal, StoreAddr}, "strex"); in EmitARMBuiltinExpr()
9977 Value *StoreVal = EmitScalarExpr(E->getArg(0)); in EmitAArch64BuiltinExpr() local
9985 if (StoreVal->getType()->isPointerTy()) in EmitAArch64BuiltinExpr()
9986 StoreVal = Builder.CreatePtrToInt(StoreVal, Int64Ty); in EmitAArch64BuiltinExpr()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5472 SDValue StoreVal = MSC->getValue(); in LowerMSCATTER() local
5477 EVT VT = StoreVal.getValueType(); in LowerMSCATTER()
5495 SDValue Ops[] = {Chain, StoreVal, Mask, BasePtr, Index, Scale}; in LowerMSCATTER()
5509 StoreVal = DAG.getNode(ISD::BITCAST, DL, VT, StoreVal); in LowerMSCATTER()
5523 StoreVal = DAG.getNode(ISD::ANY_EXTEND, DL, PromotedVT, StoreVal); in LowerMSCATTER()
5535 StoreVal = convertToScalableVector(DAG, ContainerVT, StoreVal); in LowerMSCATTER()
5538 SDValue Ops[] = {Chain, StoreVal, Mask, BasePtr, Index, Scale}; in LowerMSCATTER()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp670 StoreSource getStoreSource(SDValue StoreVal) { in getStoreSource() argument
671 switch (StoreVal.getOpcode()) { in getStoreSource()
11026 SDValue StoreVal = MSC->getValue(); in visitVPSCATTER() local
11037 SDValue Ops[] = {Chain, StoreVal, BasePtr, Index, Scale, Mask, VL}; in visitVPSCATTER()
11042 if (refineIndexType(Index, IndexType, StoreVal.getValueType(), DAG)) { in visitVPSCATTER()
11043 SDValue Ops[] = {Chain, StoreVal, BasePtr, Index, Scale, Mask, VL}; in visitVPSCATTER()
11057 SDValue StoreVal = MSC->getValue(); in visitMSCATTER() local
11067 SDValue Ops[] = {Chain, StoreVal, Mask, BasePtr, Index, Scale}; in visitMSCATTER()
11073 if (refineIndexType(Index, IndexType, StoreVal.getValueType(), DAG)) { in visitMSCATTER()
11074 SDValue Ops[] = {Chain, StoreVal, Mask, BasePtr, Index, Scale}; in visitMSCATTER()