Home
last modified time | relevance | path

Searched refs:SValue (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h192 const Value *SValue; member
199 : First(std::move(F)), Last(std::move(L)), SValue(SV), HeaderBB(H), in First()
220 const Value *SValue; member
235 : First(std::move(F)), Range(std::move(R)), SValue(SV), Reg(Rg), in BitTestBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp436 struct SValue { struct in __anoncba317990111::HvxIdioms
444 SValue X, Y;
452 auto canonSgn(SValue X, SValue Y) const -> std::pair<SValue, SValue>;
459 auto createMulQ15(IRBuilderBase &Builder, SValue X, SValue Y,
461 auto createMulQ31(IRBuilderBase &Builder, SValue X, SValue Y,
467 auto createMul16(IRBuilderBase &Builder, SValue X, SValue Y) const -> Value *;
468 auto createMulH16(IRBuilderBase &Builder, SValue X, SValue Y) const
470 auto createMul32(IRBuilderBase &Builder, SValue X, SValue Y) const
1648 auto HvxIdioms::canonSgn(SValue X, SValue Y) const in canonSgn()
1649 -> std::pair<SValue, SValue> { in canonSgn()
[all …]
H A DHexagonInstrInfo.cpp2187 int32_t SValue = Value; in isConstExtended() local
2190 return SValue < MinValue || SValue > MaxValue; in isConstExtended()
/freebsd/crypto/heimdal/lib/asn1/
H A Dsymbol.h155 enum { SUndefined, SValue, Stype } stype;
151 enum { SUndefined, SValue, Stype } stype; global() enumerator
H A Dasn1parse.y693 s->stype = SValue;
856 if(s->stype != SValue ||
890 if(s->stype != SValue)
H A Dasn1parse.c2262 s->stype = SValue;
2473 if(s->stype != SValue ||
2494 if(s->stype != SValue)
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp576 int32_t SValue = Value; in isConstExtended() local
579 return SValue < MinValue || SValue > MaxValue; in isConstExtended()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp874 const Value &SValue = *JTH.SValue; in emitJumpTableHeader() local
876 const LLT SwitchTy = getLLTForType(*SValue.getType(), *DL); in emitJumpTableHeader()
877 Register SwitchOpReg = getOrCreateVReg(SValue); in emitJumpTableHeader()
883 auto *PtrIRTy = PointerType::getUnqual(SValue.getContext()); in emitJumpTableHeader()
899 *ConstantInt::get(SValue.getType(), JTH.Last - JTH.First)); in emitJumpTableHeader()
1102 Register SwitchOpReg = getOrCreateVReg(*B.SValue); in emitBitTestHeader()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2971 SDValue SwitchOp = getValue(JTH.SValue); in visitJumpTableHeader()
3229 SDValue SwitchOp = getValue(B.SValue); in visitBitTestHeader()