Home
last modified time | relevance | path

Searched defs:TZ (Results 1 – 12 of 12) 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.h433 unsigned TZ = countr_zero(); in isNegatedPowerOf2() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1499 uint32_t TZ = BitWidth; in extractConstantWithoutWrapping() local
1518 const uint32_t TZ = SE.getMinTrailingZeros(Step); in extractConstantWithoutWrapping() local
6301 uint32_t TZ = getMinTrailingZeros(T->getOperand()); in getConstantMultipleImpl() local
6324 uint32_t TZ = 0; in getConstantMultipleImpl() local
6335 uint32_t TZ = getMinTrailingZeros(N->getOperand(0)); in getConstantMultipleImpl() local
6638 uint32_t TZ = getMinTrailingZeros(S); in getRangeRef() local
7785 unsigned TZ = A.countr_zero(); in createSCEV() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1167 uint32_t TZ = llvm::countr_zero(Mask); in ppAddrRewriteAndSrl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp334 unsigned TZ = llvm::countr_zero(ITState.Mask); in forwardITPosition() local
344 unsigned TZ = llvm::countr_zero(ITState.Mask); in rewindImplicitITPosition() local
392 unsigned TZ = llvm::countr_zero(ITState.Mask); in extendImplicitITBlock() local
431 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/PowerPC/
H A DPPCISelDAGToDAG.cpp1034 unsigned TZ = llvm::countr_zero<uint64_t>(Imm); in selectI64ImmDirect() local
1275 unsigned TZ = llvm::countr_zero<uint64_t>(Imm); in selectI64ImmDirectPrefix() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1865 uint64_t TZ = alignDown(Known.countMinTrailingZeros(), 8); in visitCallInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp447 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