Searched defs:High (Results 1 - 25 of 31) 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/sys/dev/mpi3mr/mpi/
H A Dmpi30_type.h75 S32 High; member in struct:_S64struct
81 U32 High; member in struct:_U64struct
/freebsd-current/sys/dev/mps/mpi/
H A Dmpi2_type.h101 S32 High; member in struct:_S64
107 U32 High; member in struct:_U64
/freebsd-current/sys/dev/mpt/mpilib/
H A Dmpi_type.h102 S32 High; member in struct:_S64
108 U32 High; member in struct:_U64
/freebsd-current/sys/dev/mpr/mpi/
H A Dmpi2_type.h100 S32 High; member in struct:_S64
106 U32 High; member in struct:_U64
/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/include/llvm/Support/
H A DMathExtras.h146 constexpr inline uint64_t Make_64(uint32_t High, uint32_t Low) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp212 const APInt &High = Clusters[I].High->getValue(); local
384 APInt High = Clusters[Last].High->getValue(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp464 unsigned High = RI->getSubReg(MO1.getReg(), Hexagon::isub_hi); local
541 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); local
553 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); local
567 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); 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
74 ConstantInt *High; member in struct:__anon3000::CaseRange
423 const APInt &High = Cases.back().High->getValue(); local
445 const APInt &High = I.High->getValue(); local
[all...]
H A DLoopUtils.cpp1669 const SCEV *Low = CG->Low, *High = CG->High, *Stride = nullptr; local
1723 LLVM_DEBUG(dbgs() << "Start: " << *Low << " End: " << *High << "\n"); local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp249 const char *const *High = NameTable.end(); local
H A DAutoUpgrade.cpp3989 bool High = Name[20] == 'h' || Name[21] == 'h'; local
H A DVerifier.cpp4008 ConstantInt *High = local
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp678 unsigned High = PluralNumber(Start, End); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp760 getX86SubSuperRegister(MCRegister Reg, unsigned Size, bool High) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h367 const SCEV *High; member in struct:llvm::RuntimeCheckingPtrGroup
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp406 unsigned High = (OC[Offset] & 0x7); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp386 SDValue High = DAG.getLoad(PtrVT, DL, Chain, HighAddr, MachinePointerInfo()); local
443 SDValue High = local
494 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value, local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp944 const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2855 Value *High, *ZextHigh, *Low; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp4138 SelectSVEShiftImm(SDValue N, uint64_t Low, uint64_t High, bool AllowSaturation, SDValue &Imm) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5485 APInt High = readWideAPInt(ArrayRef(&Record[CurIdx], ActiveWords), local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp830 llvm::Value *High = Builder.CreateZExt(VPtrVal, Int64Ty); local
641 emitHash16Bytes(CGBuilderTy &Builder, llvm::Value *Low, llvm::Value *High) argument

Completed in 502 milliseconds

12