Searched defs:BitNo (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 134 void BackpatchWord(uint64_t BitNo, unsigned NewWord) { in BackpatchWord() 192 void BackpatchWord64(uint64_t BitNo, uint64_t Val) { in BackpatchWord64() 314 uint64_t BitNo = uint64_t(B.StartSizeWord) * 32; in ExitBlock() local
|
H A D | BitstreamReader.h | 127 Error JumpToBit(uint64_t BitNo) { in JumpToBit() 155 const uint8_t *getPointerToBit(uint64_t BitNo, uint64_t NumBytes) { in getPointerToBit()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APInt.h | 222 static APInt getOneBitSet(unsigned numBits, unsigned BitNo) { in getOneBitSet() 349 bool isOneBitSet(unsigned BitNo) const { in isOneBitSet()
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 1080 unsigned Num, BitNo; in getIslands() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 1451 static SDValue getBitTestCondition(SDValue Src, SDValue BitNo, ISD::CondCode CC, in getBitTestCondition()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 8625 unsigned BitNo = countTrailingZeros((uint64_t)Mask); in optimizeCompareInstr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 23788 static SDValue getBT(SDValue Src, SDValue BitNo, const SDLoc &DL, SelectionDAG &DAG) { in getBT() 24466 SDValue Src, BitNo; in LowerAndToBT() local 46587 SDValue BitNo = DAG.getConstant(0, DL, Carry.getValueType()); in combineCarryThroughADD() local 49268 SDValue BitNo = Src.getOperand(1); in combineAnd() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 10790 unsigned BitNo; // Bit # of CR6. in LowerINTRINSIC_WO_CHAIN() local
|