Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h314 uint64_t Odd = Mask & 0x5555555555555555ULL; in getNumCoveredRegs() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsetops.d173 auto Odd = sequence!"2*n+1"(0); variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp309 static MCPhysReg getPairedGPR(MCPhysReg Reg, bool Odd, in getPairedGPR()
325 unsigned Odd; in getRegAllocationHints() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp102 enum class Color { Even, Odd }; enumerator
H A DAArch64ISelLowering.cpp9820 bool Odd = false; in LowerBUILD_VECTOR() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsetops.d175 auto Odd = sequence!"2*n+1"(0); variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp295 uint16_t BW, bool Odd) -> BT::RegisterCell { in evaluate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1267 unsigned Odd = MRI.getSubReg(Reg, Subo); in printGPRSeqPairsClassOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp3420 Value *Odd = Builder.CreateCall(FMA, Ops); in UpgradeIntrinsicCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2691 SDValue &Even, SDValue &Odd) { in lowerGR128Binary()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp7997 static llvm::Value *VectorUnzip(CGBuilderTy &Builder, llvm::Value *V, bool Odd) { in VectorUnzip()