Home
last modified time | relevance | path

Searched defs:Even (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/phoenix/function/
Dlazy_prelude.hpp253 struct Even { struct
258 struct result<This(T)>
264 typename result<Even(T)>::type operator()( const T& x ) const { in operator ()()
273 typedef boost::phoenix::function<impl::Even> Even; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp102 enum class Color { Even, Odd }; enumerator
DAArch64ISelLowering.cpp7956 bool Even = false; in LowerBUILD_VECTOR() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.cpp1252 unsigned Even = MRI.getSubReg(Reg, Sube); in printGPRSeqPairsClassOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3224 Value *Even = Builder.CreateCall(FMA, Ops); in UpgradeIntrinsicCall() local
3271 Value *Even = Builder.CreateCall(FMA, Ops); in UpgradeIntrinsicCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2634 SDValue &Even, SDValue &Odd) { in lowerGR128Binary()