/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 494 unsigned TZ = llvm::countr_zero(Imm); in expandMOVImmSimple() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 292 unsigned TZ = llvm::countr_zero<uint64_t>(Imm); in selectI64ImmDirect() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAddressingModes.h | 121 unsigned TZ = llvm::countr_zero(Imm); in getSOImmValRotate() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 435 unsigned TZ = countr_zero(); in isNegatedPowerOf2() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1501 uint32_t TZ = BitWidth; in extractConstantWithoutWrapping() local 1520 const uint32_t TZ = SE.getMinTrailingZeros(Step); in extractConstantWithoutWrapping() local 6308 uint32_t TZ = getMinTrailingZeros(T->getOperand()); in getConstantMultipleImpl() local 6318 uint32_t TZ = getMinTrailingZeros(E->getOperand()); in getConstantMultipleImpl() local 6333 uint32_t TZ = 0; in getConstantMultipleImpl() local 6344 uint32_t TZ = getMinTrailingZeros(N->getOperand(0)); in getConstantMultipleImpl() local 6654 uint32_t TZ = getMinTrailingZeros(S); in getRangeRef() local 7801 unsigned TZ = A.countr_zero(); in createSCEV() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 329 unsigned TZ = llvm::countr_zero(ITState.Mask); in forwardITPosition() local 339 unsigned TZ = llvm::countr_zero(ITState.Mask); in rewindImplicitITPosition() local 382 unsigned TZ = llvm::countr_zero(ITState.Mask); in extendImplicitITBlock() local 421 unsigned TZ = llvm::countr_zero(VPTState.Mask); in forwardVPTPosition() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 407 #define MASK_VECTOR_NANS_T(X,Y, TZ, FLAG) \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1266 uint32_t TZ = llvm::countr_zero(Mask); in ppAddrRewriteAndSrl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1021 unsigned TZ = llvm::countr_zero<uint64_t>(Imm); in selectI64ImmDirect() local 1262 unsigned TZ = llvm::countr_zero<uint64_t>(Imm); in selectI64ImmDirectPrefix() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1953 uint64_t TZ = alignDown(Known.countMinTrailingZeros(), 8); in visitCallInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 453 unsigned TZ = llvm::countr_zero(And_imm); in PreprocessISelDAG() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 607 uint32_t TZ = llvm::countr_zero(ITMask); in CountITSize() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 13956 unsigned TZ = llvm::countr_zero(C); in expandMul() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 31375 unsigned TZ = Known.countMinTrailingZeros(); in LowerCTPOP() local 32559 unsigned TZ = Known.countMinTrailingZeros(); in ReplaceNodeResults() local
|