/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZMachineFunctionInfo.h | 64 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs() 74 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs()
|
H A D | SystemZISelLowering.cpp | 2773 uint64_t High = llvm::bit_floor(Mask); getTestUnderMaskCond() local 4231 unsigned High, Low; lowerOR() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 466 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 D | LowerSwitch.cpp | 54 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 D | LoopUtils.cpp | 1729 const SCEV *Low = CG->Low, *High = CG->High, *Stride = nullptr; expandBounds() local
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVVMIntrRange.cpp | 52 addRangeAttr(uint64_t Low,uint64_t High,IntrinsicInst * II) addRangeAttr() argument
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ReleaseModeModelRunner.h | 84 uint64_t High = 0; variable
|
H A D | LoopAccessAnalysis.h | 418 const SCEV *High; global() member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 212 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 D | XtensaInstrInfo.cpp | 167 int High = Value & ~0xFF; loadImmediate() local
|
/llvm-project/llvm/utils/UnicodeData/ |
H A D | UnicodeNameMappingGenerator.cpp | 235 uint8_t High = ((PosInDict >> 8) & 0xFF); in dumpIndex() local
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 386 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 D | SwitchLoweringUtils.h | 44 const ConstantInt *Low, *High; member [all...] |
H A D | TargetLowering.h | 1377 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 D | MathExtras.h | 164 Make_64(uint32_t High,uint32_t Low) Make_64() argument
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 762 getX86SubSuperRegister(MCRegister Reg,unsigned Size,bool High) getX86SubSuperRegister() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1250 tryMergeRange(SmallVectorImpl<ConstantInt * > & EndPoints,ConstantInt * Low,ConstantInt * High) tryMergeRange() argument 1269 addRange(SmallVectorImpl<ConstantInt * > & EndPoints,ConstantInt * Low,ConstantInt * High) addRange() argument
|
H A D | IntrinsicInst.cpp | 252 const char *const *High = NameTable.end(); lookupLLVMIntrinsicByName() local
|
H A D | ConstantRange.cpp | 2095 auto *High = mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 1)); getConstantRangeFromMetadata() local
|
H A D | AutoUpgrade.cpp | 3807 bool High = Name[20] == 'h' || Name[21] == 'h'; upgradeX86IntrinsicCall() local
|
/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 679 unsigned High = PluralNumber(Start, End); TestPluralRange() local
|
/llvm-project/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 614 mkBVExtract(unsigned High,unsigned Low,const SMTExprRef & Exp) mkBVExtract() argument
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.cpp | 406 unsigned High = (OC[Offset] & 0x7); in opcode_11100xxx() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 3298 int High = (1 << (Width-1)); TEST() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 942 const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue(); emitSwitchCase() local [all...] |