Home
last modified time | relevance | path

Searched defs:Odd (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DTerminal.h25 Odd, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h364 uint64_t Odd = Mask & 0x5555555555555555ULL; in getNumCoveredRegs() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp327 static MCPhysReg getPairedGPR(MCPhysReg Reg, bool Odd, in getPairedGPR()
343 unsigned Odd; in getRegAllocationHints() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp102 enum class Color { Even, Odd }; enumerator
H A DAArch64ISelLowering.cpp12281 bool Odd = false; in LowerBUILD_VECTOR() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp295 uint16_t BW, bool Odd) -> BT::RegisterCell { in evaluate()
H A DHexagonISelDAGToDAGHVX.cpp859 auto Odd = static_cast<int>(TakeOdd); in vpack() local
874 auto Odd = static_cast<int>(TakeOdd); in vshuff() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1597 unsigned Odd = MRI.getSubReg(Reg, Subo); in printGPRSeqPairsClassOperand() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp3723 Value *Odd = Builder.CreateCall(FMA, Ops); in UpgradeIntrinsicCall() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2876 SDValue &Even, SDValue &Odd) { in lowerGR128Binary()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp8475 static llvm::Value *VectorUnzip(CGBuilderTy &Builder, llvm::Value *V, bool Odd) { in VectorUnzip()