Home
last modified time | relevance | path

Searched defs:High (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h53 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs()
63 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs()
H A DSystemZISelLowering.cpp2539 uint64_t High = uint64_t(1) << HighShift; in getTestUnderMaskCond() local
3905 unsigned High, Low; in lowerOR() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp465 unsigned High = RI->getSubReg(MO1.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
542 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
554 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
568 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp55 APInt Low, High; member
75 ConstantInt *High; member
423 const APInt &High = Cases.back().High->getValue(); in ProcessSwitchInst() local
445 const APInt &High = I.High->getValue(); in ProcessSwitchInst() local
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp61 static bool addRangeMetadata(uint64_t Low, uint64_t High, CallInst *C) { in addRangeMetadata()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp210 const APInt &High = Clusters[I].High->getValue(); in buildJumpTable() local
382 APInt High = Clusters[Last].High->getValue(); in buildBitTests() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp746 bool High) { in getX86SubSuperRegisterOrZero()
918 MCRegister llvm::getX86SubSuperRegister(MCRegister Reg, unsigned Size, bool High) { in getX86SubSuperRegister()
/openbsd/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp220 uint8_t High = ((PosInDict >> 8) & 0xFF); in dumpIndex() local
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp391 SDValue High = DAG.getLoad(PtrVT, DL, Chain, HighAddr, MachinePointerInfo()); in lowerLoadWordFromAlignedBasePlusOffset() local
448 SDValue High = in LowerLOAD() local
499 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value, in LowerSTORE() local
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h381 unsigned High = Flag >> 16; in hasRegClassConstraint() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h44 const ConstantInt *Low, *High; member
H A DTargetLowering.h1236 bool rangeFitsInWord(const APInt &Low, const APInt &High, in rangeFitsInWord()
1260 const APInt &Low, const APInt &High, in isSuitableForBitTests()
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp453 uint64_t High = Data.getUnsigned(&Offset, AddressSize); in emitLocationsForUnit() local
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h353 const SCEV *High; member
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h206 constexpr inline uint64_t Make_64(uint32_t High, uint32_t Low) { in Make_64()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1084 ConstantInt *Low, ConstantInt *High) { in tryMergeRange()
1103 ConstantInt *Low, ConstantInt *High) { in addRange()
H A DIntrinsicInst.cpp244 const char *const *High = NameTable.end(); in lookupLLVMIntrinsicByName() local
H A DConstantRange.cpp1809 auto *High = mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 1)); in getConstantRangeFromMetadata() local
H A DAutoUpgrade.cpp3773 bool High = Name[20] == 'h' || Name[21] == 'h'; in UpgradeIntrinsicCall() local
/openbsd/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp682 unsigned High = PluralNumber(Start, End); in TestPluralRange() local
/openbsd/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp603 SMTExprRef mkBVExtract(unsigned High, unsigned Low, in mkBVExtract()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp405 unsigned High = (OC[Offset] & 0x7); in opcode_11100xxx() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp646 llvm::Value *High) { in emitHash16Bytes()
837 llvm::Value *High = Builder.CreateZExt(VPtrVal, Int64Ty); in EmitTypeCheck() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp864 const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue(); in emitSwitchCase() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp2586 uint32_t High = (Imm + Alignment.value()) & ~4095; in splitMUBUFOffset() local

12