Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp272 unsigned TZ = countTrailingZeros(Imm); in expandMOVImmSimple() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp283 unsigned TZ = countTrailingZeros<uint64_t>(Imm); in selectI64ImmDirect() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h135 unsigned TZ = countTrailingZeros(Imm); in getSOImmValRotate() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h447 unsigned TZ = countTrailingZeros(); in isNegatedPowerOf2() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1173 uint32_t TZ = countTrailingZeros(Mask); in ppAddrRewriteAndSrl() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp329 unsigned TZ = countTrailingZeros(ITState.Mask); in forwardITPosition() local
339 unsigned TZ = countTrailingZeros(ITState.Mask); in rewindImplicitITPosition() local
387 unsigned TZ = countTrailingZeros(ITState.Mask); in extendImplicitITBlock() local
426 unsigned TZ = countTrailingZeros(VPTState.Mask); in forwardVPTPosition() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp939 unsigned TZ = countTrailingZeros<uint64_t>(Imm); in selectI64ImmDirect() local
1168 unsigned TZ = countTrailingZeros<uint64_t>(Imm); in selectI64ImmDirectPrefix() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp407 #define MASK_VECTOR_NANS_T(X,Y, TZ, FLAG) \ argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1493 uint64_t TZ = alignDown(Known.countMinTrailingZeros(), 8); in visitCallInst() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp1559 uint32_t TZ = BitWidth; in extractConstantWithoutWrapping() local
1578 const uint32_t TZ = SE.GetMinTrailingZeros(Step); in extractConstantWithoutWrapping() local
6635 uint32_t TZ = GetMinTrailingZeros(S); in getRangeRef() local
7766 unsigned TZ = A.countTrailingZeros(); in createSCEV() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp446 unsigned TZ = countTrailingZeros(And_imm); in PreprocessISelDAG() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp608 uint32_t TZ = llvm::countTrailingZeros(ITMask); in CountITSize() local