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.h187 const Value *SValue;
194 : First(std::move(F)), Last(std::move(L)), SValue(SV), HeaderBB(H),
215 const Value *SValue;
230 : First(std::move(F)), Range(std::move(R)), SValue(SV), Reg(Rg),
183 const Value *SValue; global() member
211 const Value *SValue; global() member
/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
1647 auto HvxIdioms::canonSgn(SValue X, SValue Y) const in canonSgn()
1648 -> std::pair<SValue, SValue> { in canonSgn()
[all …]
H A DHexagonInstrInfo.cpp2184 int32_t SValue = Value; in isConstExtended() local
2187 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.cpp860 const Value &SValue = *JTH.SValue; in emitJumpTableHeader() local
862 const LLT SwitchTy = getLLTForType(*SValue.getType(), *DL); in emitJumpTableHeader()
863 Register SwitchOpReg = getOrCreateVReg(SValue); in emitJumpTableHeader()
869 auto *PtrIRTy = PointerType::getUnqual(SValue.getContext()); in emitJumpTableHeader()
885 *ConstantInt::get(SValue.getType(), JTH.Last - JTH.First)); in emitJumpTableHeader()
1088 Register SwitchOpReg = getOrCreateVReg(*B.SValue); in emitBitTestHeader()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3001 SDValue SwitchOp = getValue(JTH.SValue); in visitJumpTableHeader()
3204 SDValue SwitchOp = getValue(B.SValue); in visitBitTestHeader()