HomeSort by relevance Sort by last modified time
    Searched refs:Intersection (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 141 // Intersection between the bits we already emitted and the bits
143 SmallBitVector Intersection(RegSize, false);
144 Intersection.set(Offset, Offset + Size);
145 Intersection ^= Coverage;
149 if (Reg >= 0 && Intersection.any()) {
  /hardware/qcom/display/msm8996/sdm/include/utils/
rect.h 51 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
  /hardware/qcom/display/msmcobalt/sdm/include/utils/
rect.h 51 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
common.py 231 class Intersection(pipeline.Pipeline):
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) {
  /hardware/qcom/display/msmcobalt/sdm/libs/utils/
rect.cpp 62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) {
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 429 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect);
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
blit_engine_c2d.cpp 444 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect);
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 412 // Updates X with the intersection
462 // the result of an intersection.
566 llvm_unreachable("shouldn't reach the end of Constraint intersection");
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.cc 107 CPURegList CPURegList::Intersection(const CPURegList& list_1,
110 return Intersection(list_1, Intersection(list_2, list_3));
114 CPURegList CPURegList::Intersection(const CPURegList& list_1,
118 return Intersection(Intersection(list_1, list_2),
119 Intersection(list_3, list_4));
    [all...]
assembler-a64.h 549 static CPURegList Intersection(const CPURegList& list_1,
555 static CPURegList Intersection(const CPURegList& list_1,
558 static CPURegList Intersection(const CPURegList& list_1,
    [all...]
  /external/v8/benchmarks/
raytrace.js 436 if(D > 0){ // intersection!
482 if(Vd == 0) return info; // no intersection
536 return 'Intersection [' + this.position + ']';
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 209 /// Get the intersection (logical and) of all of the potential IR flags
214 if (auto *Intersection = dyn_cast<BinaryOperator>(VL[0])) {
215 // Intersection is initialized to the 0th scalar,
219 Intersection->andIRFlags(Scalar);
221 VecOp->copyIRFlags(Intersection);
    [all...]

Completed in 592 milliseconds