Searched defs:BitNo (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 205 void BackpatchByte(uint64_t BitNo, uint8_t NewByte) { in BackpatchByte() 267 void BackpatchHalfWord(uint64_t BitNo, uint16_t Val) { in BackpatchHalfWord() 272 void BackpatchWord(uint64_t BitNo, unsigned Val) { in BackpatchWord() 277 void BackpatchWord64(uint64_t BitNo, uint64_t Val) { in BackpatchWord64() 401 uint64_t BitNo = uint64_t(B.StartSizeWord) * 32; in ExitBlock() local
|
H A D | BitstreamReader.h | 127 Error JumpToBit(uint64_t BitNo) { in JumpToBit() argument 155 const uint8_t *getPointerToBit(uint64_t BitNo, uint64_t NumBytes) { in getPointerToBit() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 219 static APInt getOneBitSet(unsigned numBits, unsigned BitNo) { in getOneBitSet() 346 bool isOneBitSet(unsigned BitNo) const { in isOneBitSet()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 1126 unsigned Num, BitNo; in getIslands() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 1653 static SDValue getBitTestCondition(SDValue Src, SDValue BitNo, ISD::CondCode CC, in getBitTestCondition()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1236 const ASTFileSignature &S, uint64_t BitNo) { in BackpatchSignatureAt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 9828 unsigned BitNo = llvm::countr_zero((uint64_t)Mask); in optimizeCompareInstr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 21980 static SDValue getBT(SDValue Src, SDValue BitNo, const SDLoc &DL, SelectionDAG &DAG) { in getBT() 22982 SDValue Src, BitNo; in LowerAndToBT() local 46802 SDValue BitNo = DAG.getConstant(0, DL, Carry.getValueType()); in combineCarryThroughADD() local 50002 SDValue BitNo = Src.getOperand(1); in combineAnd() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11138 unsigned BitNo; // Bit # of CR6. in LowerINTRINSIC_WO_CHAIN() local
|