HomeSort by relevance Sort by last modified time
    Searched defs:SValue (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 251 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {}
254 const Value *SValue;
275 First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
279 const Value *SValue;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 264 : First(std::move(F)), Last(std::move(L)), SValue(SV), HeaderBB(H),
268 const Value *SValue;
290 : First(std::move(F)), Range(std::move(R)), SValue(SV), Reg(Rg),
295 const Value *SValue;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 279 const Value *SValue;
285 : First(std::move(F)), Last(std::move(L)), SValue(SV), HeaderBB(H),
306 const Value *SValue;
320 : First(std::move(F)), Range(std::move(R)), SValue(SV), Reg(Rg),
    [all...]
  /external/v8/src/arm/
constants-arm.h 571 inline int SValue() const { return Bit(20); }
655 inline bool HasS() const { return SValue() == 1; }

Completed in 572 milliseconds