Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h64 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs()
74 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs()
H A DSystemZISelLowering.cpp2773 uint64_t High = llvm::bit_floor(Mask); getTestUnderMaskCond() local
4231 unsigned High, Low; lowerOR() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp466 TmpInst.addOperand(MCOperand::createReg(High)); in HexagonProcessInstruction() local
543 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); HexagonProcessInstruction() local
555 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); HexagonProcessInstruction() local
569 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); HexagonProcessInstruction() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp54 APInt Low, High; global() member
74 ConstantInt *High; global() member
423 const APInt &High = Cases.back().High->getValue(); ProcessSwitchInst() local
445 const APInt &High = I.High->getValue(); ProcessSwitchInst() local
[all...]
H A DLoopUtils.cpp1729 const SCEV *Low = CG->Low, *High = CG->High, *Stride = nullptr; expandBounds() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp52 addRangeAttr(uint64_t Low,uint64_t High,IntrinsicInst * II) addRangeAttr() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DReleaseModeModelRunner.h84 uint64_t High = 0; variable
H A DLoopAccessAnalysis.h418 const SCEV *High; global() member
/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp212 const APInt &High = Clusters[I].High->getValue(); buildJumpTable() local
384 APInt High = Clusters[Last].High->getValue(); buildBitTests() local
[all...]
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp167 int High = Value & ~0xFF; loadImmediate() local
/llvm-project/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp235 uint8_t High = ((PosInDict >> 8) & 0xFF); in dumpIndex() local
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp386 SDValue High = DAG.getLoad(PtrVT, DL, Chain, HighAddr, MachinePointerInfo()); in lowerLoadWordFromAlignedBasePlusOffset() local
443 SDValue High = in LowerLOAD() local
494 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value, in LowerSTORE() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h44 const ConstantInt *Low, *High; member
[all...]
H A DTargetLowering.h1377 rangeFitsInWord(const APInt & Low,const APInt & High,const DataLayout & DL) rangeFitsInWord() argument
1401 isSuitableForBitTests(unsigned NumDests,unsigned NumCmps,const APInt & Low,const APInt & High,const DataLayout & DL) isSuitableForBitTests() argument
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h164 Make_64(uint32_t High,uint32_t Low) Make_64() argument
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp762 getX86SubSuperRegister(MCRegister Reg,unsigned Size,bool High) getX86SubSuperRegister() argument
/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1250 tryMergeRange(SmallVectorImpl<ConstantInt * > & EndPoints,ConstantInt * Low,ConstantInt * High) tryMergeRange() argument
1269 addRange(SmallVectorImpl<ConstantInt * > & EndPoints,ConstantInt * Low,ConstantInt * High) addRange() argument
H A DIntrinsicInst.cpp252 const char *const *High = NameTable.end(); lookupLLVMIntrinsicByName() local
H A DConstantRange.cpp2095 auto *High = mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 1)); getConstantRangeFromMetadata() local
H A DAutoUpgrade.cpp3807 bool High = Name[20] == 'h' || Name[21] == 'h'; upgradeX86IntrinsicCall() local
/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp679 unsigned High = PluralNumber(Start, End); TestPluralRange() local
/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp614 mkBVExtract(unsigned High,unsigned Low,const SMTExprRef & Exp) mkBVExtract() argument
/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp406 unsigned High = (OC[Offset] & 0x7); in opcode_11100xxx() local
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp3298 int High = (1 << (Width-1)); TEST() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp942 const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue(); emitSwitchCase() local
[all...]

12