Home
last modified time | relevance | path

Searched defs:Low (Results 1 – 25 of 39) 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()
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp467 TmpInst.addOperand(MCOperand::createReg(Low)); in HexagonProcessInstruction() local
544 MappedInst.addOperand(MCOperand::createReg(Low)); in HexagonProcessInstruction() local
556 MappedInst.addOperand(MCOperand::createReg(Low)); in HexagonProcessInstruction() local
570 MappedInst.addOperand(MCOperand::createReg(Low)); in HexagonProcessInstruction() local
H A DHexagonBitSimplify.cpp1785 bool Low; // Low/High halfword. member
1840 bool Low = false; in matchHalf() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp54 APInt Low, High; global() member
73 ConstantInt *Low; global() member
422 const APInt &Low = Cases.front().Low->getValue(); ProcessSwitchInst() local
444 const APInt &Low = I.Low->getValue(); ProcessSwitchInst() local
[all...]
H A DLoopUtils.cpp1729 const SCEV *Low = CG->Low, *High = CG->High, *Stride = nullptr; expandBounds() local
/llvm-project/llvm/include/llvm/Support/
H A DThreading.h250 Low = 1, global() enumerator
H A DMathExtras.h164 Make_64(uint32_t High,uint32_t Low) Make_64() argument
/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.h85 uint64_t Low = 0; variable
H A DLoopAccessAnalysis.h421 const SCEV *Low; global() member
/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp211 const APInt &Low = Clusters[I].Low->getValue(); buildJumpTable() local
383 APInt Low = Clusters[First].Low->getValue(); buildBitTests() local
[all...]
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp166 int Low = Value & 0xFF; loadImmediate() local
/llvm-project/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp234 uint8_t Low = PosInDict; in dumpIndex() local
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp385 SDValue Low = DAG.getLoad(PtrVT, DL, Chain, LowAddr, MachinePointerInfo()); in lowerLoadWordFromAlignedBasePlusOffset() local
438 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain, BasePtr, in LowerLOAD() local
493 SDValue Low = Value; in LowerSTORE() local
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h447 auto Low = llvm::lower_bound(CodeAddressVec, Address); getIndexForAddr() local
/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/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.cpp251 const char *const *Low = NameTable.begin(); lookupLLVMIntrinsicByName() local
H A DConstantRange.cpp2094 auto *Low = mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 0)); getConstantRangeFromMetadata() local
/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp676 unsigned Low = PluralNumber(Start, End); TestPluralRange() local
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp136 static uint32_t extractBits(uint32_t Num, unsigned Low, unsigned Size) { in extractBits() argument
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1167 Value *Low = IRB.CreateExtractValue(Input, 0, "low"); runEHOnFunction() local
/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp614 mkBVExtract(unsigned High,unsigned Low,const SMTExprRef & Exp) mkBVExtract() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2928 Value *High, *ZextHigh, *Low; convertOrOfShiftsToFunnelShift() local
3378 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize); foldAndOrOfICmps() local
[all...]

12