Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1222 SDValue StoreVal; in LowerCall() local
1230 StoreVal = OutVals[OIdx++]; in LowerCall()
1232 StoreVal = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i16, StoreVal); in LowerCall()
1233 Ops.push_back(StoreVal); in LowerCall()
1236 StoreVal = OutVals[OIdx++]; in LowerCall()
1238 StoreVal = in LowerCall()
1239 DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i16, StoreVal); in LowerCall()
1241 StoreVal = DAG.getUNDEF(EltVT); in LowerCall()
1243 Ops.push_back(StoreVal); in LowerCall()
1248 StoreVal = OutVals[OIdx++]; in LowerCall()
[all …]
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/
Douter_loop_test1_no_explicit_vect_width.ll32 ; CHECK: %[[StoreVal:.*]] = add nsw <4 x i32> %[[VecIndTr2]], %[[Splat]]
38 ; CHECK: call void @llvm.masked.scatter.v4i32.v4p0i32(<4 x i32> %[[StoreVal]], <4 x i32*> %[[AAddr2…
61 ; AVX: %[[StoreVal:.*]] = add nsw <8 x i32> %[[VecIndTr2]], %[[Splat]]
67 ; AVX: call void @llvm.masked.scatter.v8i32.v8p0i32(<8 x i32> %[[StoreVal]], <8 x i32*> %[[AAddr2]]…
/external/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/
Douter_loop_test1_no_explicit_vect_width.ll31 ; CHECK: %[[StoreVal:.*]] = add nsw <4 x i32> %[[VecIndTr2]], %[[Splat]]
37 ; CHECK: call void @llvm.masked.scatter.v4i32.v4p0i32(<4 x i32> %[[StoreVal]], <4 x i32*> %[[AAddr2…
96 ; CHECK: %[[StoreVal:.*]] = add nsw <2 x i64> %[[VecInd]], %[[Splat]]
102 ; CHECK: call void @llvm.masked.scatter.v2i64.v2p0i64(<2 x i64> %[[StoreVal]], <2 x i64*> %[[AAddr2…
/external/llvm-project/clang/lib/Lex/
DLiteralSupport.cpp1082 bool NumericLiteralParser::GetFixedPointValue(llvm::APInt &StoreVal, unsigned Scale) { in GetFixedPointValue() argument
1184 auto MaxVal = llvm::APInt::getMaxValue(StoreVal.getBitWidth()); in GetFixedPointValue()
1185 if (Val.getBitWidth() > StoreVal.getBitWidth()) { in GetFixedPointValue()
1187 StoreVal = Val.trunc(StoreVal.getBitWidth()); in GetFixedPointValue()
1188 } else if (Val.getBitWidth() < StoreVal.getBitWidth()) { in GetFixedPointValue()
1190 StoreVal = Val.zext(StoreVal.getBitWidth()); in GetFixedPointValue()
1192 StoreVal = Val; in GetFixedPointValue()
/external/llvm-project/llvm/lib/Target/Mips/
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()
DMipsISelLowering.cpp4873 Register StoreVal = MI.getOperand(0).getReg(); in emitSTR_W() local
4883 BuildMI(*BB, I, DL, TII->get(Mips::COPY)).addDef(BitcastW).addUse(StoreVal); in emitSTR_W()
4898 .addUse(StoreVal) in emitSTR_W()
4923 Register StoreVal = MI.getOperand(0).getReg(); in emitSTR_D() local
4936 .addUse(StoreVal); in emitSTR_D()
4951 .addUse(StoreVal); in emitSTR_D()
4975 BuildMI(*BB, I, DL, TII->get(Mips::COPY)).addDef(Bitcast).addUse(StoreVal); in emitSTR_D()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
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()
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Douter_loop_test1.ll28 ; CHECK: %[[StoreVal:.*]] = add nsw <4 x i32> %[[VecIndTr2]], %[[Splat]]
34 ; CHECK: call void @llvm.masked.scatter.v4i32.v4p0i32(<4 x i32> %[[StoreVal]], <4 x i32*> %[[AAddr2…
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp67 uint64_t StoreVal = ByteVal; in memsetStore() local
69 StoreVal |= ByteVal << (I * 8); in memsetStore()
71 Chain, DL, DAG.getConstant(StoreVal, DL, MVT::getIntegerVT(Size * 8)), in memsetStore()
DSystemZISelLowering.cpp7592 Register StoreVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
7662 BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal) in emitAtomicCmpSwapW()
7666 .addReg(StoreVal) in emitAtomicCmpSwapW()
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp68 uint64_t StoreVal = ByteVal; in memsetStore() local
70 StoreVal |= ByteVal << (I * 8); in memsetStore()
72 DAG.getConstant(StoreVal, DL, in memsetStore()
DSystemZISelLowering.cpp5572 unsigned StoreVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
5640 BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal) in emitAtomicCmpSwapW()
5643 .addReg(OldVal).addReg(StoreVal).addOperand(Base).addImm(Disp); in emitAtomicCmpSwapW()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp67 uint64_t StoreVal = ByteVal; in memsetStore() local
69 StoreVal |= ByteVal << (I * 8); in memsetStore()
71 Chain, DL, DAG.getConstant(StoreVal, DL, MVT::getIntegerVT(Size * 8)), in memsetStore()
DSystemZISelLowering.cpp7295 Register StoreVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
7365 BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal) in emitAtomicCmpSwapW()
7369 .addReg(StoreVal) in emitAtomicCmpSwapW()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp868 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix() argument
878 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() * in storeMatrix()
879 StoreVal.getNumColumns()); in storeMatrix()
884 storeMatrix(TileTy, StoreVal, TilePtr, MAlign, in storeMatrix()
890 MatrixTy storeMatrix(Type *Ty, MatrixTy StoreVal, Value *Ptr, in storeMatrix() argument
895 for (auto Vec : enumerate(StoreVal.vectors())) { in storeMatrix()
897 Stride, StoreVal.getStride(), in storeMatrix()
905 return MatrixTy().addNumStores(getNumOps(StoreVal.getVectorTy()) * in storeMatrix()
906 StoreVal.getNumVectors()); in storeMatrix()
913 auto StoreVal = getMatrix(Matrix, Shape, Builder); in LowerStore() local
[all …]
/external/llvm-project/clang/include/clang/Lex/
DLiteralSupport.h120 bool GetFixedPointValue(llvm::APInt &StoreVal, unsigned Scale);
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1600 Value *StoreVal; in TryToShrinkGlobalToBoolean() local
1602 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
1616 StoreVal = new LoadInst(NewGV, LI->getName()+".b", false, 0, in TryToShrinkGlobalToBoolean()
1621 StoreVal = StoredVal->getOperand(0); in TryToShrinkGlobalToBoolean()
1622 assert(isa<LoadInst>(StoreVal) && "Not a load of NewGV!"); in TryToShrinkGlobalToBoolean()
1625 new StoreInst(StoreVal, NewGV, false, 0, in TryToShrinkGlobalToBoolean()
/external/llvm-project/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1731 Value *StoreVal; in TryToShrinkGlobalToBoolean() local
1733 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
1747 StoreVal = new LoadInst(NewGV->getValueType(), NewGV, in TryToShrinkGlobalToBoolean()
1753 StoreVal = StoredVal->getOperand(0); in TryToShrinkGlobalToBoolean()
1754 assert(isa<LoadInst>(StoreVal) && "Not a load of NewGV!"); in TryToShrinkGlobalToBoolean()
1758 new StoreInst(StoreVal, NewGV, false, Align(1), SI->getOrdering(), in TryToShrinkGlobalToBoolean()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1715 Value *StoreVal; in TryToShrinkGlobalToBoolean() local
1717 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
1731 StoreVal = new LoadInst(NewGV->getValueType(), NewGV, in TryToShrinkGlobalToBoolean()
1737 StoreVal = StoredVal->getOperand(0); in TryToShrinkGlobalToBoolean()
1738 assert(isa<LoadInst>(StoreVal) && "Not a load of NewGV!"); in TryToShrinkGlobalToBoolean()
1742 new StoreInst(StoreVal, NewGV, false, None, SI->getOrdering(), in TryToShrinkGlobalToBoolean()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1146 unsigned StoreVal = RegInfo.createVirtualRegister(RC); in emitAtomicBinary() local
1181 BuildMI(BB, DL, TII->get(NOR), StoreVal).addReg(ZERO).addReg(AndRes); in emitAtomicBinary()
1184 BuildMI(BB, DL, TII->get(BinOpcode), StoreVal).addReg(OldVal).addReg(Incr); in emitAtomicBinary()
1186 StoreVal = Incr; in emitAtomicBinary()
1188 BuildMI(BB, DL, TII->get(SC), Success).addReg(StoreVal).addReg(Ptr).addImm(0); in emitAtomicBinary()
1258 unsigned StoreVal = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1367 BuildMI(BB, DL, TII->get(Mips::OR), StoreVal) in emitAtomicBinaryPartword()
1370 .addReg(StoreVal).addReg(AlignedAddr).addImm(0); in emitAtomicBinaryPartword()
1514 unsigned StoreVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1615 BuildMI(BB, DL, TII->get(Mips::OR), StoreVal) in emitAtomicCmpSwapPartword()
[all …]
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1249 Operand *StoreVal = nullptr; in StoreMem() local
1254 StoreVal = LocalStoreVal; in StoreMem()
1256 StoreVal = Val; in StoreMem()
1260 Control()->appendInst(InstStore::create(Func, StoreVal, RealAddr)); in StoreMem()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp4164 Value *StoreVal = EmitScalarExpr(E->getArg(0)); in EmitARMBuiltinExpr() local
4172 if (StoreVal->getType()->isPointerTy()) in EmitARMBuiltinExpr()
4173 StoreVal = Builder.CreatePtrToInt(StoreVal, Int32Ty); in EmitARMBuiltinExpr()
4175 StoreVal = Builder.CreateBitCast(StoreVal, StoreTy); in EmitARMBuiltinExpr()
4176 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty); in EmitARMBuiltinExpr()
4183 return Builder.CreateCall(F, {StoreVal, StoreAddr}, "strex"); in EmitARMBuiltinExpr()
4931 Value *StoreVal = EmitScalarExpr(E->getArg(0)); in EmitAArch64BuiltinExpr() local
4939 if (StoreVal->getType()->isPointerTy()) in EmitAArch64BuiltinExpr()
4940 StoreVal = Builder.CreatePtrToInt(StoreVal, Int64Ty); in EmitAArch64BuiltinExpr()
4942 StoreVal = Builder.CreateBitCast(StoreVal, StoreTy); in EmitAArch64BuiltinExpr()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp7174 Value *StoreVal = EmitScalarExpr(E->getArg(0)); in EmitARMBuiltinExpr() local
7182 if (StoreVal->getType()->isPointerTy()) in EmitARMBuiltinExpr()
7183 StoreVal = Builder.CreatePtrToInt(StoreVal, Int32Ty); in EmitARMBuiltinExpr()
7187 CGM.getDataLayout().getTypeSizeInBits(StoreVal->getType())); in EmitARMBuiltinExpr()
7188 StoreVal = Builder.CreateBitCast(StoreVal, IntTy); in EmitARMBuiltinExpr()
7189 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty); in EmitARMBuiltinExpr()
7196 return Builder.CreateCall(F, {StoreVal, StoreAddr}, "strex"); in EmitARMBuiltinExpr()
9011 Value *StoreVal = EmitScalarExpr(E->getArg(0)); in EmitAArch64BuiltinExpr() local
9019 if (StoreVal->getType()->isPointerTy()) in EmitAArch64BuiltinExpr()
9020 StoreVal = Builder.CreatePtrToInt(StoreVal, Int64Ty); in EmitAArch64BuiltinExpr()
[all …]
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp649 StoreSource getStoreSource(SDValue StoreVal) { in getStoreSource() argument
650 switch (StoreVal.getOpcode()) { in getStoreSource()
9483 SDValue StoreVal = MSC->getValue(); in visitMSCATTER() local
9492 SDValue Ops[] = {Chain, StoreVal, Mask, BasePtr, Index, Scale}; in visitMSCATTER()
9494 DAG.getVTList(MVT::Other), StoreVal.getValueType(), DL, Ops, in visitMSCATTER()
9499 SDValue Ops[] = {Chain, StoreVal, Mask, BasePtr, Index, Scale}; in visitMSCATTER()
9501 DAG.getVTList(MVT::Other), StoreVal.getValueType(), DL, Ops, in visitMSCATTER()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3941 SDValue StoreVal = MSC->getValue(); in LowerMSCATTER() local
3954 EVT VT = StoreVal.getSimpleValueType(); in LowerMSCATTER()
3969 StoreVal = DAG.getNode(AArch64ISD::REINTERPRET_CAST, DL, in LowerMSCATTER()
3970 MVT::getVectorVT(ScalarIntVT, EC), StoreVal); in LowerMSCATTER()
3978 SDValue Ops[] = {Chain, StoreVal, Mask, BasePtr, Index, InputVT}; in LowerMSCATTER()