/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kMCCodeEmitter.cpp | 92 template <unsigned Size> static unsigned getBytePosition(unsigned BitPos) { in getBytePosition() argument
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SparseBitVector.h | 153 unsigned BitPos = Curr % BITWORD_SIZE; in find_next() local 347 unsigned BitPos = Iter->find_first(); in AdvanceToFirstNonZero() local
|
H A D | SmallBitVector.h | 69 unsigned BitPos; variable
|
H A D | BitVector.h | 102 unsigned BitPos; variable
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 1797 for (int BitPos = 0; BitPos != 24 && (AbsOffset >> BitPos); LowerMOVaddrPAC() local 1812 __anonbcf872ff0602(int BitPos) LowerMOVaddrPAC() argument 1822 for (int BitPos = 16; BitPos != 64 && NeedMovk(BitPos); BitPos += 16) { LowerMOVaddrPAC() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 2202 detectShiftUntilBitTestIdiom(Loop * CurLoop,Value * & BaseX,Value * & BitMask,Value * & BitPos,Value * & CurrX,Instruction * & NextX) detectShiftUntilBitTestIdiom() argument 2357 Value *X, *BitMask, *BitPos, *XCurr; recognizeShiftUntilBitTest() local [all...] |
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3804 for (uint64_t BitPos : DeferredMetadataInfo) { materializeMetadata() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 1185 EmitX86BitTestIntrinsic(CodeGenFunction & CGF,BitTest BT,const CallExpr * E,Value * BitBase,Value * BitPos) EmitX86BitTestIntrinsic() argument 1237 Value *BitPos = CGF.EmitScalarExpr(E->getArg(1)); EmitBitTestIntrinsic() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 12683 unsigned BitPos = j * EltWidth; isConstantSplat() local
|
H A D | DAGCombiner.cpp | 22379 unsigned BitPos; refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() member [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3654 unsigned BitPos = 0, IntegerEltIdx = 0; lowerBuildVectorOfConstants() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 30730 Value *BitPos = emitBitTestAtomicRMWIntrinsic() local [all...] |