Home
last modified time | relevance | path

Searched refs:LowBit (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFSDiscriminator.h35 unsigned LowBit; variable
43 LowBit = getFSPassBitBegin(P); in MachineFunctionPass()
45 assert(LowBit < HighBit && "HighBit needs to be greater than Lowbit"); in MachineFunctionPass()
H A DMIRSampleProfile.h41 unsigned LowBit; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp119 unsigned LowBitTemp = LowBit; in runOnMachineFunction()
120 assert(LowBit > 0 && "LowBit in FSDiscriminator cannot be 0"); in runOnMachineFunction()
174 DiscriminatorCurrPass = DiscriminatorCurrPass << LowBit; in runOnMachineFunction()
H A DMIRSampleProfile.cpp158 LowBit = getFSPassBitBegin(P); in setFSPass()
160 assert(LowBit < HighBit && "HighBit needs to be greater than Lowbit"); in setFSPass()
184 unsigned LowBit; member in llvm::MIRProfileLoader
351 LowBit = getFSPassBitBegin(P); in MIRProfileLoaderPass()
357 assert(LowBit < HighBit && "HighBit needs to be greater than Lowbit"); in MIRProfileLoaderPass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp684 unsigned LowBit = LowBitExpr.getValue(); in evalSliceExpr() local
685 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1; in evalSliceExpr()
686 uint64_t SlicedValue = (SubExprResult.getValue() >> LowBit) & Mask; in evalSliceExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp890 unsigned LowBit = Mask & -Mask; in getITMaskOpValue() local
891 unsigned BitsAboveLowBit = 0xF & (-LowBit << 1); in getITMaskOpValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp5863 unsigned LowBit = mask & -mask; in DecodeIT() local
5864 unsigned BitsAboveLowBit = 0xF & (-LowBit << 1); in DecodeIT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2657 SDValue LowBit = DAG.getZExtOrTrunc(SetCC.getOperand(0), DL, VT); in foldAddSubBoolOfMaskedVal() local
2660 return DAG.getNode(IsAdd ? ISD::SUB : ISD::ADD, DL, VT, C1, LowBit); in foldAddSubBoolOfMaskedVal()