Home
last modified time | relevance | path

Searched defs:Low (Results 1 – 25 of 38) 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()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp466 unsigned Low = RI->getSubReg(MO1.getReg(), Hexagon::isub_lo); in HexagonProcessInstruction() local
543 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); in HexagonProcessInstruction() local
555 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); in HexagonProcessInstruction() local
569 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); in HexagonProcessInstruction() local
H A DHexagonBitSimplify.cpp1785 bool Low; // Low/High halfword. member
1840 bool Low = false; in matchHalf() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp55 APInt Low, High; member
74 ConstantInt *Low; member
422 const APInt &Low = Cases.front().Low->getValue(); in ProcessSwitchInst() local
444 const APInt &Low = I.Low->getValue(); in ProcessSwitchInst() local
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DThreading.h250 Low = 1, enumerator
H A DMathExtras.h206 constexpr inline uint64_t Make_64(uint32_t High, uint32_t Low) { in Make_64()
/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.cpp209 const APInt &Low = Clusters[I].Low->getValue(); in buildJumpTable() local
381 APInt Low = Clusters[First].Low->getValue(); in buildBitTests() local
/openbsd/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp219 uint8_t Low = PosInDict; in dumpIndex() local
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp390 SDValue Low = DAG.getLoad(PtrVT, DL, Chain, LowAddr, MachinePointerInfo()); in lowerLoadWordFromAlignedBasePlusOffset() local
443 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain, BasePtr, in LowerLOAD() local
498 SDValue Low = Value; in LowerSTORE() 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/tools/llvm-profgen/
H A DProfiledBinary.h419 auto Low = llvm::lower_bound(CodeAddressVec, Address); in getIndexForAddr() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp162 static uint32_t extractBits(uint32_t Num, unsigned Low, unsigned Size) { in extractBits()
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp452 uint64_t Low = Data.getUnsigned(&Offset, AddressSize); in emitLocationsForUnit() local
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h356 const SCEV *Low; member
/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.cpp243 const char *const *Low = NameTable.begin(); in lookupLLVMIntrinsicByName() local
H A DConstantRange.cpp1808 auto *Low = mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 0)); in getConstantRangeFromMetadata() local
/openbsd/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp679 unsigned Low = 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/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1174 Value *Low = IRB.CreateExtractValue(Input, 0, "low"); in runEHOnFunction() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp614 Register Low = getSubReg(Reg, AMDGPU::lo16); in getReservedRegs() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp645 static llvm::Value *emitHash16Bytes(CGBuilderTy &Builder, llvm::Value *Low, in emitHash16Bytes()
832 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash); in EmitTypeCheck() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6184 static bool isInRange(int Val, int Low, int Hi) { in isInRange()
6190 static bool isAnyInRange(ArrayRef<int> Mask, int Low, int Hi) { in isAnyInRange()
6209 static bool isUndefOrInRange(int Val, int Low, int Hi) { in isUndefOrInRange()
6222 static bool isUndefOrZeroOrInRange(int Val, int Low, int Hi) { in isUndefOrZeroOrInRange()
6997 SDValue Low = DAG.getNode(X86ISD::KSHIFTL, dl, WideOpVT, Vec, in insert1BitVector() local
13977 unsigned Low = Left ? i : i + Shift; in matchShuffleAsShift() local
19458 unsigned Low = Left ? 0 : Shift; in match1BitShuffleAsKSHIFT() local
21786 SDValue Low, High; in lowerUINT_TO_FP_vXi32() local
29969 SDValue Low = DAG.getNode(ISD::TRUNCATE, dl, VT, Mul); in LowerMULO() local
30025 SDValue Low; in LowerMULO() local
[all …]

12