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

  /external/pdfium/xfa/fxfa/parser/
cxfa_binditems.cpp 18 {XFA_Attribute::ValueRef, XFA_AttributeType::CData, nullptr},
43 return JSObject()->GetCData(XFA_Attribute::ValueRef);
cxfa_node_statics.cpp     [all...]
xfa_basic_data_element_script.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.h 565 class ValueRef
568 ValueRef(Value * = NULL);
569 ValueRef(const ValueRef&);
570 ~ValueRef();
575 void set(const ValueRef&);
583 inline const ValueRef *getIndirect(int dim) const;
615 bool mayReplace(const ValueRef &);
616 void replace(const ValueRef &, bool doSet); // replace all uses of the old value
664 unordered_set<ValueRef *> uses
    [all...]
nv50_ir_inlines.h 160 const ValueRef *ValueRef::getIndirect(int dim) const
165 DataFile ValueRef::getFile() const
170 unsigned int ValueRef::getSize() const
175 Value *ValueRef::rep() const
nv50_ir.cpp 61 ValueRef::ValueRef(Value *v) : value(NULL), insn(NULL)
69 ValueRef::ValueRef(const ValueRef& ref) : value(NULL), insn(ref.insn)
75 ValueRef::~ValueRef()
80 bool ValueRef::getImmediate(ImmediateValue &imm) const
82 const ValueRef *src = this;
130 ValueRef::set(const ValueRef &ref
    [all...]
nv50_ir_emit_gm107.cpp 64 inline void emitGPR(int pos, const ValueRef &ref) {
67 inline void emitGPR(int pos, const ValueRef *ref) {
74 inline void emitSYS(int pos, const ValueRef &ref) {
81 inline void emitPRED(int pos, const ValueRef &ref) {
87 inline void emitADDR(int, int, int, int, const ValueRef &);
88 inline void emitCBUF(int, int, int, int, int, const ValueRef &);
89 inline bool longIMMD(const ValueRef &);
90 inline void emitIMMD(int, int, const ValueRef &);
100 inline void emitABS(int, const ValueRef &);
101 inline void emitNEG(int, const ValueRef &)
    [all...]
nv50_ir_emit_nvc0.cpp 54 void setAddress16(const ValueRef&);
55 void setAddress24(const ValueRef&);
56 void setAddressByFile(const ValueRef&);
58 void setImmediateS8(const ValueRef&);
70 void emitShortSrc2(const ValueRef&);
72 inline uint8_t getSRegEncoding(const ValueRef&);
156 inline void srcId(const ValueRef&, const int pos);
157 inline void srcId(const ValueRef *, const int pos);
159 inline void srcAddr32(const ValueRef&, int pos, int shr);
161 inline bool isLIMM(const ValueRef&, DataType ty)
    [all...]
nv50_ir_emit_gk110.cpp 54 void setCAddress14(const ValueRef&);
68 inline uint8_t getSRegEncoding(const ValueRef&);
148 inline void srcId(const ValueRef&, const int pos);
149 inline void srcId(const ValueRef *, const int pos);
152 inline void srcAddr32(const ValueRef&, const int pos); // address / 4
154 inline bool isLIMM(const ValueRef&, DataType ty, bool mod = false);
177 void CodeEmitterGK110::srcId(const ValueRef& src, const int pos)
182 void CodeEmitterGK110::srcId(const ValueRef *src, const int pos)
193 void CodeEmitterGK110::srcAddr32(const ValueRef& src, const int pos)
203 bool CodeEmitterGK110::isLIMM(const ValueRef& ref, DataType ty, bool mod
    [all...]
nv50_ir_emit_nv50.cpp 53 inline void srcId(const ValueRef&, const int pos);
54 inline void srcId(const ValueRef *, const int pos);
56 inline void srcAddr16(const ValueRef&, bool adj, const int pos);
57 inline void srcAddr8(const ValueRef&, const int pos);
137 void CodeEmitterNV50::srcId(const ValueRef& src, const int pos)
143 void CodeEmitterNV50::srcId(const ValueRef *src, const int pos)
149 void CodeEmitterNV50::srcAddr16(const ValueRef& src, bool adj, const int pos)
167 void CodeEmitterNV50::srcAddr8(const ValueRef& src, const int pos)
803 static inline uint8_t getSRegEncoding(const ValueRef &ref)
    [all...]
nv50_ir_ssa.cpp 254 for (std::deque<ValueRef>::iterator it = f->outs.begin();
531 for (std::deque<ValueRef>::iterator it = func->outs.begin();
nv50_ir_print.cpp 707 for (std::deque<ValueRef>::iterator it = fn->outs.begin();
nv50_ir_ra.cpp 267 void addHazard(Instruction *i, const ValueRef *src);
592 for (std::deque<ValueRef>::iterator it = f->outs.begin();
    [all...]
nv50_ir_target_nvc0.cpp 398 const ValueRef& ref = insn->src(s);
nv50_ir_lowering_nv50.cpp     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 571 ValueRef,

Completed in 505 milliseconds