Searched refs:getConstant (Results 76 - 100 of 131) sorted by relevance

123456

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1074 SDValue D = DAG.getConstant(DV, DL, VT);
1151 SDValue D = DAG.getConstant(TZ+CV, dl, VT);
1152 SDValue DC = DAG.getConstant(TZ, dl, VT);
1190 SDValue C0 = DAG.getConstant(0, dl, BVT);
1191 SDValue C1 = DAG.getConstant(1, dl, BVT);
1798 return CurDAG->getConstant(MulFactor, SDLoc(N),
1851 Ops[i] = CurDAG->getConstant(NewConst,
1860 Ops[1] = CurDAG->getConstant(ShiftAmount - Power,
2072 SDValue Const = CurDAG->getConstant(MaxPowerOf2, SDLoc(N),
2195 CurDAG->getConstant(
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp927 DAG.getConstant(Out.Flags.getByValSize(), DL, MVT::i32);
1005 DAG.getConstant(Offset, DL, PtrVT));
1371 {DAG.getConstant(Depth, DL, MVT::i32)}, CallOptions, DL)
1621 Ops[OpIdx++] = DAG.getConstant(0, DL, MVT::i32);
1666 DAG.getConstant(IndexVal * Scale, DL, Index->getValueType(0));
1878 ConstLanes.push_back(DAG.getConstant(0, DL, LaneT));
1911 DAG.getConstant(I, DL, MVT::i32));
1937 Ops[OpIdx++] = DAG.getConstant(ByteIndex, DL, MVT::i32);
1956 DAG.getConstant(uint64_t(-1), DL, MVT::i64),
1957 DAG.getConstant(uint64_
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp555 X->setPoint(SE->getConstant(Xq),
556 SE->getConstant(Yq),
1197 Result.DV[Level].Distance = SE->getConstant(Distance);
1198 NewConstraint.setDistance(SE->getConstant(Distance), CurLoop);
1323 SE->getMulExpr(SE->getConstant(Delta->getType(), 2), ConstCoeff));
1345 const SCEV *ConstantTwo = SE->getConstant(UpperBound->getType(), 2);
3125 // Src = SE->getAddExpr(Src, SE->getMulExpr(AP_K, SE->getConstant(CdivB)));
3126 Src = SE->getMinusSCEV(Src, SE->getMulExpr(AP_K, SE->getConstant(CdivB)));
3140 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(CdivA)));
3154 Src = SE->getAddExpr(Src, SE->getMulExpr(A_K, SE->getConstant(Cdiv
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp253 Value = Target.getConstant();
359 int64_t TargetLocation = Value.getConstant();
804 MCValue::get(Target.getSymA(), nullptr, Target.getConstant());
H A DMCMachOStreamer.cpp207 if (!Res.getSymB() && (SymA.getName() == "" || Res.getConstant() != 0))
H A DMCFragment.cpp126 uint64_t Offset = Target.getConstant();
H A DXCOFFObjectWriter.cpp456 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant();
467 Target.getConstant();
H A DWinCOFFObjectWriter.cpp761 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant();
763 FixedValue = Target.getConstant();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp416 uint32_t Offset = Target.getConstant();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp372 Value = Layout.getSymbolOffset(SA) + AUIPCTarget.getConstant();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp386 SE->getConstant(P.LSCEVAddRec->getType(), ItersAhead),
H A DLoopStrengthReduce.cpp426 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0),
676 return SE.getConstant(LHS->getType(), 1);
699 return SE.getConstant(LA.sdiv(RA));
761 S = SE.getConstant(C->getType(), 0);
787 S = SE.getConstant(GV->getType(), 0);
2263 const SCEV *One = SE.getConstant(BackedgeTakenCount->getType(), 1);
3534 Remainder = SE.getConstant(AR->getType(), 0);
3748 Ops.push_back(SE.getConstant(CombinedIntegerType, NewBase.UnfoldedOffset,
3798 const SCEV *NewG = SE.getAddExpr(SE.getConstant(G->getType(), Offset), G);
3936 const SCEV *FactorS = SE.getConstant(IntT
[all...]
H A DLoopRerollPass.cpp914 const SCEV *ScaleSCEV = SE->getConstant(StepSCEV->getType(), N);
1487 TripCount, SE->getConstant(BackedgeTakenCount->getType(), Scale));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp857 SDValue Complement = CurDAG->getConstant(~Imm, dl, VT, false, true);
1852 SDValue Eight = DAG.getConstant(8, DL, MVT::i8);
1853 SDValue NewMask = DAG.getConstant(0xff, DL, VT);
1856 SDValue ShlCount = DAG.getConstant(ScaleLog, DL, MVT::i8);
1925 SDValue NewMask = DAG.getConstant(Mask >> ShiftAmt, DL, VT);
2034 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, DL, MVT::i8);
2036 SDValue NewSHLAmt = DAG.getConstant(AMShiftAmt, DL, MVT::i8);
2089 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, DL, MVT::i8);
2091 SDValue NewMask = DAG.getConstant(Mask >> AMShiftAmt, DL, VT);
2093 SDValue NewSHLAmt = DAG.getConstant(AMShiftAm
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp1000 DAG.getConstant(LVT.getSizeInBits(), dlHi, ShiftAmtVT));
1032 DAG.getConstant(LoVT.getSizeInBits(), dl, ShiftAmountTy));
H A DLegalizeTypesGeneric.cpp242 DAG.getConstant(1, dl, Idx.getValueType()));
438 DAG.getConstant(1, dl, Idx.getValueType()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp307 SDValue NVal = CurDAG->getConstant(val, DL, LD->getValueType(0));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h122 int32_t getConstant() const { return Offset; } function in class:llvm::dwarf::UnwindLocation
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp242 SE.getConstant(LeftSCEV->getType(), NewPeelCount), SE);
H A DLoopUtils.cpp1125 SE.getConstant(Min));
1136 SE.getConstant(Max));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h366 static ConstantAsMetadata *getConstant(Value *C) { function in class:llvm::ValueAsMetadata
420 return ValueAsMetadata::getConstant(C);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp368 const SCEV *C = SE.getConstant(BaseDelta);
528 const SCEV *C = SE.getConstant(IdxDiff.trunc(BitWidth));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp592 if (Res.getConstant() != 0)
1350 return IsReloc && isShiftedInt<Bits, ShiftAmount>(Res.getConstant());
1364 return IsReloc && isIntN(PtrBits, Res.getConstant());
1405 return Success && isShiftedInt<Bits, ShiftLeftAmount>(Res.getConstant());
2942 Res.getConstant() == 0 && !IsLocalSym) {
3000 if (Res.getConstant() != 0)
3003 Res.getConstant(), getContext())),
3024 if (Res.getConstant() != 0) {
3028 LoExpr = MCConstantExpr::create(Res.getConstant(), getContext());
3032 if (Res.getConstant() <
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2189 if (DDTy->getConstant() && (isa<ConstantInt>(DDTy->getConstant()) ||
2190 isa<ConstantFP>(DDTy->getConstant())))
3166 dyn_cast_or_null<ConstantInt>(DTy->getConstant()))
3170 dyn_cast_or_null<ConstantFP>(DTy->getConstant()))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp1305 CurDAG->getConstant(*Const32, DL, MVT::i32),
1306 CurDAG->getConstant(*Const32, DL, MVT::i32),

Completed in 492 milliseconds

123456