Searched defs:BitPos (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kMCCodeEmitter.cpp | 92 template <unsigned Size> static unsigned getBytePosition(unsigned BitPos) { in getBytePosition()
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 2204 detectShiftUntilBitTestIdiom(Loop * CurLoop,Value * & BaseX,Value * & BitMask,Value * & BitPos,Value * & CurrX,Instruction * & NextX) detectShiftUntilBitTestIdiom() argument 2359 Value *X, *BitMask, *BitPos, *XCurr; recognizeShiftUntilBitTest() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3650 for (uint64_t BitPos : DeferredMetadataInfo) { materializeMetadata() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 1197 EmitX86BitTestIntrinsic(CodeGenFunction & CGF,BitTest BT,const CallExpr * E,Value * BitBase,Value * BitPos) EmitX86BitTestIntrinsic() argument 1249 Value *BitPos = CGF.EmitScalarExpr(E->getArg(1)); EmitBitTestIntrinsic() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 12422 unsigned BitPos = j * EltWidth; isConstantSplat() local
|
H A D | DAGCombiner.cpp | 22071 unsigned BitPos; refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3499 unsigned BitPos = 0, IntegerEltIdx = 0; lowerBuildVectorOfConstants() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 30374 Value *BitPos = emitBitTestAtomicRMWIntrinsic() local [all...] |