Searched defs:BitNo (Results 1 – 8 of 8) 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 | 128 Error JumpToBit(uint64_t BitNo) { in JumpToBit() 156 const uint8_t *getPointerToBit(uint64_t BitNo, uint64_t NumBytes) { in getPointerToBit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 239 static APInt getOneBitSet(unsigned numBits, unsigned BitNo) { in getOneBitSet() 366 bool isOneBitSet(unsigned BitNo) const { in isOneBitSet()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1655 static SDValue getBitTestCondition(SDValue Src, SDValue BitNo, ISD::CondCode CC, in getBitTestCondition()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 10302 unsigned BitNo = llvm::countr_zero((uint64_t)Mask); in optimizeCompareInstr() local
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1279 const ASTFileSignature &S, uint64_t BitNo) { in BackpatchSignatureAt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 22716 static SDValue getBT(SDValue Src, SDValue BitNo, const SDLoc &DL, SelectionDAG &DAG) { in getBT() 23724 SDValue Src, BitNo; in LowerAndToBT() local 48554 SDValue BitNo = DAG.getConstant(0, DL, Carry.getValueType()); in combineCarryThroughADD() local 51807 SDValue BitNo = Src.getOperand(1); in combineAnd() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11489 unsigned BitNo; // Bit # of CR6. in LowerINTRINSIC_WO_CHAIN() local
|