| /freebsd-12-stable/sys/dev/mpt/mpilib/ |
| D | mpi_type.h | 106 S32 High; member 112 U32 High; member
|
| /freebsd-12-stable/sys/dev/mpr/mpi/ |
| D | mpi2_type.h | 103 S32 High; member 109 U32 High; member
|
| /freebsd-12-stable/sys/dev/mps/mpi/ |
| D | mpi2_type.h | 104 S32 High; member 110 U32 High; member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZMachineFunctionInfo.h | 50 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs() 60 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonAsmPrinter.cpp | 463 unsigned High = RI->getSubReg(MO1.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local 540 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local 552 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local 566 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | LowerSwitch.cpp | 55 int64_t Low, High; member 75 ConstantInt *High; member 410 APInt High = Cases.back().High->getValue(); in ProcessSwitchInst() local 431 int64_t High = I.High->getSExtValue(); in ProcessSwitchInst() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVVMIntrRange.cpp | 61 static bool addRangeMetadata(uint64_t Low, uint64_t High, CallInst *C) { in addRangeMetadata()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MCTargetDesc.cpp | 612 bool High) { in getX86SubSuperRegisterOrZero() 784 MCRegister llvm::getX86SubSuperRegister(MCRegister Reg, unsigned Size, bool High) { in getX86SubSuperRegister()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | SwitchLoweringUtils.cpp | 210 const APInt &High = Clusters[I].High->getValue(); in buildJumpTable() local 382 APInt High = Clusters[Last].High->getValue(); in buildBitTests() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| D | ELF_riscv.cpp | 60 static uint32_t extractBits(uint64_t Num, unsigned High, unsigned Low) { in extractBits()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | InlineAsm.h | 357 unsigned High = Flag >> 16; in hasRegClassConstraint() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | LoopAccessAnalysis.h | 361 const SCEV *High; member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| D | DWARFStreamer.cpp | 459 uint64_t High = Data.getUnsigned(&Offset, AddressSize); in emitLocationsForUnit() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| D | XCoreISelLowering.cpp | 394 SDValue High = DAG.getLoad(PtrVT, DL, Chain, HighAddr, MachinePointerInfo()); in lowerLoadWordFromAlignedBasePlusOffset() local 451 SDValue High = in LowerLOAD() local 502 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value, in LowerSTORE() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | SwitchLoweringUtils.h | 44 const ConstantInt *Low, *High; member
|
| D | TargetLowering.h | 1168 bool rangeFitsInWord(const APInt &Low, const APInt &High, in rangeFitsInWord() 1188 const APInt &Low, const APInt &High, in isSuitableForBitTests()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | IntrinsicInst.cpp | 157 const char *const *High = NameTable.end(); in lookupLLVMIntrinsicByName() local
|
| D | Metadata.cpp | 993 ConstantInt *Low, ConstantInt *High) { in tryMergeRange() 1012 ConstantInt *Low, ConstantInt *High) { in addRange()
|
| D | ConstantRange.cpp | 1711 auto *High = mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 1)); in getConstantRangeFromMetadata() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | Diagnostic.cpp | 665 unsigned High = PluralNumber(Start, End); in TestPluralRange() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | Z3Solver.cpp | 601 SMTExprRef mkBVExtract(unsigned High, unsigned Low, in mkBVExtract()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| D | ARMWinEHPrinter.cpp | 378 unsigned High = (OC[Offset] & 0x7); in opcode_11100xxx() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGExpr.cpp | 646 llvm::Value *High) { in emitHash16Bytes() 839 llvm::Value *High = Builder.CreateZExt(VPtrVal, Int64Ty); in EmitTypeCheck() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| D | AMDGPUBaseInfo.cpp | 1932 uint32_t High = (Imm + Alignment.value()) & ~4095; in splitMUBUFOffset() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | IRTranslator.cpp | 854 const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue(); in emitSwitchCase() local
|