Searched defs:Low (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp61 static bool addRangeMetadata(uint64_t Low, uint64_t High, CallInst *C) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h250 Low = 1, member in class:llvm::ThreadPriority
H A DMathExtras.h146 constexpr inline uint64_t Make_64(uint32_t High, uint32_t Low) { argument
/freebsd-current/sys/dev/mpi3mr/mpi/
H A Dmpi30_type.h74 U32 Low; member in struct:_S64struct
80 U32 Low; member in struct:_U64struct
/freebsd-current/sys/dev/mps/mpi/
H A Dmpi2_type.h100 U32 Low; member in struct:_S64
106 U32 Low; member in struct:_U64
/freebsd-current/sys/dev/mpt/mpilib/
H A Dmpi_type.h101 U32 Low; member in struct:_S64
107 U32 Low; member in struct:_U64
/freebsd-current/sys/dev/mpr/mpi/
H A Dmpi2_type.h99 U32 Low; member in struct:_S64
105 U32 Low; member in struct:_U64
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h69 UInt32 Low; member in struct:__anon1010
H A Darchive_ppmd7_private.h78 UInt32 Low; member in struct:__anon1006
87 UInt64 Low; member in struct:__anon1007
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h64 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { argument
74 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp211 const APInt &Low = Clusters[I].Low->getValue(); local
383 APInt Low = Clusters[First].Low->getValue(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp465 unsigned Low = RI->getSubReg(MO1.getReg(), Hexagon::isub_lo); local
542 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); local
554 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); local
568 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h44 const ConstantInt *Low, *High; member in struct:llvm::SwitchCG::CaseCluster
52 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, argument
63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, argument
74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp54 APInt Low, High; member in struct:__anon2999::IntRange
73 ConstantInt *Low; member in struct:__anon3000::CaseRange
422 const APInt &Low = Cases.front().Low->getValue(); local
444 const APInt &Low = I.Low->getValue(); local
[all...]
H A DLoopUtils.cpp1669 const SCEV *Low = CG->Low, *High = CG->High, *Stride = nullptr; local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp248 const char *const *Low = NameTable.begin(); local
H A DVerifier.cpp4005 ConstantInt *Low = local
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp168 static uint32_t extractBits(uint32_t Num, unsigned Low, unsigned Size) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp675 unsigned Low = PluralNumber(Start, End); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h370 const SCEV *Low; member in struct:llvm::RuntimeCheckingPtrGroup
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1174 Value *Low = IRB.CreateExtractValue(Input, 0, "low"); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp385 SDValue Low = DAG.getLoad(PtrVT, DL, Chain, LowAddr, MachinePointerInfo()); local
438 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain, BasePtr, local
493 SDValue Low = Value; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp943 const APInt& Low = cast<ConstantInt>(CB.CmpLHS)->getValue(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2855 Value *High, *ZextHigh, *Low; local
3295 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp4138 bool AArch64DAGToDAGISel::SelectSVEShiftImm(SDValue N, uint64_t Low, argument

Completed in 558 milliseconds

12