Home
last modified time | relevance | path

Searched defs:TZ (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp494 unsigned TZ = llvm::countr_zero(Imm); in expandMOVImmSimple() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp292 unsigned TZ = llvm::countr_zero<uint64_t>(Imm); in selectI64ImmDirect() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h121 unsigned TZ = llvm::countr_zero(Imm); in getSOImmValRotate() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h435 unsigned TZ = countr_zero(); in isNegatedPowerOf2() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1501 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 DARMAsmParser.cpp329 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 DExecution.cpp407 #define MASK_VECTOR_NANS_T(X,Y, TZ, FLAG) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1266 uint32_t TZ = llvm::countr_zero(Mask); in ppAddrRewriteAndSrl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1021 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 DInstCombineCalls.cpp1953 uint64_t TZ = alignDown(Known.countMinTrailingZeros(), 8); in visitCallInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp453 unsigned TZ = llvm::countr_zero(And_imm); in PreprocessISelDAG() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp607 uint32_t TZ = llvm::countr_zero(ITMask); in CountITSize() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13956 unsigned TZ = llvm::countr_zero(C); in expandMul() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31375 unsigned TZ = Known.countMinTrailingZeros(); in LowerCTPOP() local
32559 unsigned TZ = Known.countMinTrailingZeros(); in ReplaceNodeResults() local