Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp92 template <unsigned Size> static unsigned getBytePosition(unsigned BitPos) { in getBytePosition() argument
/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
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1797 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 DLoopIdiomRecognize.cpp2202 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 DBitcodeReader.cpp3804 for (uint64_t BitPos : DeferredMetadataInfo) { materializeMetadata() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1185 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 DSelectionDAG.cpp12683 unsigned BitPos = j * EltWidth; isConstantSplat() local
H A DDAGCombiner.cpp22379 unsigned BitPos; refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() member
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3654 unsigned BitPos = 0, IntegerEltIdx = 0; lowerBuildVectorOfConstants() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30730 Value *BitPos = emitBitTestAtomicRMWIntrinsic() local
[all...]