/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | bit_vector.cpp | 41 bool BitVector::Or(const BitVector& other) { in Or() function in spvtools::utils::BitVector
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | bit_vector.cpp | 41 bool BitVector::Or(const BitVector& other) { in Or() function in spvtools::utils::BitVector
|
/third_party/protobuf/src/google/protobuf/ |
H A D | has_bits.h | 72 void Or(const HasBits<doublewords>& rhs) { in Or() function in google::protobuf::internal::HasBits
|
/third_party/spirv-tools/source/util/ |
H A D | bit_vector.cpp | 41 bool BitVector::Or(const BitVector& other) { in Or() function in spvtools::utils::BitVector
|
/third_party/skia/src/core/ |
H A D | SkRecordPattern.h | 87 struct Or { struct 92 struct Or<First> { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanPredicator.cpp | 99 VPValue *Or = Builder.createOr(LHS, RHS); in genPredicateTree() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 99 Value *Or = IRB.CreateOr(Cmp2, Cmp3); in getBoundsCheckCond() local 115 static void insertBoundsCheck(Value *Or, BuilderTy IRB, GetTrapBBT GetTrapBB) { in insertBoundsCheck() argument 140 BranchInst::Create(GetTrapBB(IRB), Cont, Or, OldBB); in insertBoundsCheck() local 154 Value *Or = nullptr; in addBoundsChecking() local [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-atomics.cc | 351 struct Or { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MIPatternMatch.h | 91 template <typename... Preds> struct Or { struct 99 struct Or<Pred, Preds...> : Or<Preds...> { struct 101 Or(Pred &&p, Preds &&... preds) in Or() function
|
/third_party/rust/crates/nom/src/ |
H A D | internal.rs | 410 pub struct Or<F, G> { structure names
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 373 MachineInstr *And = nullptr, *Or = nullptr; in emitIfBreak() local
|
/third_party/protobuf/python/ |
H A D | mox.py | 1079 class Or(Comparator): class
|
/third_party/jinja2/ |
H A D | nodes.py | 999 class Or(BinExpr): class
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | nodes.py | 897 class Or(BinExpr): class
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | nodes.py | 841 class Or(BinExpr): class
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | nodes.py | 897 class Or(BinExpr): class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 443 Or, ///< Bitwise or. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 265 Instruction *Or = in SimplifyDemandedUseBits() local
|
H A D | InstCombineSelect.cpp | 651 Value *Or = OrOnFalseVal ? FalseVal : TrueVal; in foldSelectICmpAndOr() local 2684 Value *Or = Builder.CreateOr(CondVal, FalseSI->getCondition()); in visitSelectInst() local
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_gen.rs | 374 enum Or<A, B> { enum
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.h | 261 Or = 11, member in gl::LogicalOperation
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstMIPS32.h | 256 Or, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1139 SDValue Or = CurDAG->getNode(Opcode, DL, VT, Upper, Lower); in splitLargeImmediate() local
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.h | 1621 const ast::BinaryExpression* Or(LHS&& lhs, RHS&& rhs) { in Or() function in tint::ProgramBuilder
|
/third_party/python/Include/internal/ |
H A D | pycore_ast.h | 23 typedef enum _boolop { And=1, Or=2 } boolop_ty; enumerator
|