Searched defs:BitNo (Results 1 – 9 of 9) sorted by relevance
/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() 155 const uint8_t *getPointerToBit(uint64_t BitNo, uint64_t NumBytes) { in getPointerToBit()
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 219 getOneBitSet(unsigned numBits,unsigned BitNo) getOneBitSet() argument 346 isOneBitSet(unsigned BitNo) isOneBitSet() argument
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 1126 unsigned Num, BitNo; getIslands() local
|
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 1653 static SDValue getBitTestCondition(SDValue Src, SDValue BitNo, ISD::CondCode CC, in getBitTestCondition() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1236 BackpatchSignatureAt(llvm::BitstreamWriter & Stream,const ASTFileSignature & S,uint64_t BitNo) BackpatchSignatureAt() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 9820 unsigned BitNo = llvm::countr_zero((uint64_t)Mask); optimizeCompareInstr() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 22004 getBT(SDValue Src,SDValue BitNo,const SDLoc & DL,SelectionDAG & DAG) getBT() argument 23006 SDValue Src, BitNo; LowerAndToBT() local 46710 SDValue BitNo = DAG.getConstant(0, DL, Carry.getValueType()); combineCarryThroughADD() local 49864 SDValue BitNo = Src.getOperand(1); combineAnd() local [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11142 unsigned BitNo; // Bit # of CR6. LowerINTRINSIC_WO_CHAIN() local
|