Searched refs:SValue (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 187 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 D | HexagonVectorCombine.cpp | 436 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 D | HexagonInstrInfo.cpp | 2184 int32_t SValue = Value; in isConstExtended() local 2187 return SValue < MinValue || SValue > MaxValue; in isConstExtended()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | symbol.h | 155 enum { SUndefined, SValue, Stype } stype; 151 enum { SUndefined, SValue, Stype } stype; global() enumerator
|
H A D | asn1parse.y | 693 s->stype = SValue; 856 if(s->stype != SValue || 890 if(s->stype != SValue)
|
H A D | asn1parse.c | 2262 s->stype = SValue; 2473 if(s->stype != SValue || 2494 if(s->stype != SValue)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 576 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 D | IRTranslator.cpp | 860 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 D | SelectionDAGBuilder.cpp | 3001 SDValue SwitchOp = getValue(JTH.SValue); in visitJumpTableHeader() 3204 SDValue SwitchOp = getValue(B.SValue); in visitBitTestHeader()
|