Home
last modified time | relevance | path

Searched defs:BitPos (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp88 getBytePosition(unsigned BitPos) getBytePosition() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h153 unsigned BitPos = Curr % BITWORD_SIZE; in find_next() local
347 unsigned BitPos = Iter->find_first(); in AdvanceToFirstNonZero() local
H A DSmallBitVector.h69 unsigned BitPos; variable
H A DBitVector.h102 unsigned BitPos; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2233 for (int BitPos = 0; BitPos != 24 && (AbsOffset >> BitPos); in LowerMOVaddrPAC() local
2248 auto NeedMovk = [IsNeg, UOffset](int BitPos) -> bool { in LowerMOVaddrPAC()
2258 for (int BitPos = 16; BitPos != 64 && NeedMovk(BitPos); BitPos += 16) { in LowerMOVaddrPAC() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2421 Value *&BitMask, Value *&BitPos, in detectShiftUntilBitTestIdiom()
2576 Value *X, *BitMask, *BitPos, *XCurr; in recognizeShiftUntilBitTest() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3804 for (uint64_t BitPos : DeferredMetadataInfo) { in materializeMetadata() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1207 Value *BitPos) { in EmitX86BitTestIntrinsic()
1259 Value *BitPos = CGF.EmitScalarExpr(E->getArg(1)); in EmitBitTestIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12752 unsigned BitPos = j * EltWidth; in isConstantSplat() local
H A DDAGCombiner.cpp22438 unsigned BitPos; in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3666 unsigned BitPos = 0, IntegerEltIdx = 0; lowerBuildVectorOfConstants() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30716 Value *BitPos = in emitBitTestAtomicRMWIntrinsic() local