HomeSort by relevance Sort by last modified time
    Searched refs:RS (Results 151 - 175 of 542) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 96 int Offset, RegScavenger *RS ) {
97 assert(RS && "requiresRegisterScavenging failed");
101 unsigned ScratchOffset = RS->scavengeRegister(&XCore::GRRegsRegClass, II, 0);
102 RS->setRegUsed(ScratchOffset);
164 unsigned Reg, int Offset, RegScavenger *RS ) {
165 assert(RS && "requiresRegisterScavenging failed");
173 ScratchBase = RS->scavengeRegister(&XCore::GRRegsRegClass, II, 0);
174 RS->setRegUsed(ScratchBase);
178 unsigned ScratchOffset = RS->scavengeRegister(&XCore::GRRegsRegClass, II, 0);
179 RS->setRegUsed(ScratchOffset)
    [all...]
  /external/valgrind/none/tests/mips32/
LoadStore.c 24 #define TESTINST1(instruction, RTval, offset, RT, RS) \
28 "move $" #RS", %1 \n\t" \
31 "lw %0, "#offset"($"#RS") \n\t" \
34 : #RS, #RT, "memory" \
40 "move $" #RS", %1 \n\t" \
43 "lw %0, "#offset"($"#RS") \n\t" \
46 : #RS, #RT, "memory" \
54 #define TESTINSTsw(RTval, offset, RT, RS) \
58 "move $" #RS", %1\n\t" \
59 "addiu $"#RS", $"#RS", "#offset" \n\t"
    [all...]
LoadStore1.c 24 #define TESTINST1(instruction, RTval, offset, RT, RS) \
28 "move $" #RS", %1 \n\t" \
31 "lw %0, "#offset"($"#RS") \n\t" \
34 : #RS, #RT, "memory" \
40 "move $" #RS", %1 \n\t" \
43 "lw %0, "#offset"($"#RS") \n\t" \
46 : #RS, #RT, "memory" \
54 #define TESTINSTsw(RTval, offset, RT, RS) \
58 "move $" #RS", %1\n\t" \
59 "addiu $"#RS", $"#RS", "#offset" \n\t"
    [all...]
  /external/valgrind/none/tests/mips64/
load_store_multiple.c 23 #define TESTINST1(instruction, RTval, offset, RT, RS) \
27 "move $"#RS", %1" "\n\t" \
30 "lw %0, "#offset"($"#RS")" "\n\t" \
33 : #RT, #RS \
39 "move $"#RS", %1" "\n\t" \
42 "lw %0, "#offset"($"#RS")" "\n\t" \
45 : #RT, #RS \
53 #define TESTINSTsw(RTval, offset, RT, RS) \
57 "move $"#RS", %1" "\n\t" \
58 "daddiu $"#RS", $"#RS", "#offset "\n\t"
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_type.cpp 35 static bool testTypeBuilderHelper(const sp<RS> &mRS, sp<const Element> e) {
66 sp<RS> mRS = new RS();
107 sp<RS> mRS = new RS();
174 sp<RS> mRS = new RS();
  /frameworks/rs/cpp/
Type.cpp 30 using android::RSC::RS;
71 Type::Type(void *id, sp<RS> rs) : BaseObj(id, rs) {
94 RS::dispatch->TypeGetNativeData(mRS->getContext(), getID(), dataBuffer, 6);
112 sp<const Type> Type::create(const sp<RS>& rs, const sp<const Element>& e, uint32_t dimX, uint32_t dimY, uint32_t dimZ) {
113 void * id = RS::dispatch->TypeCreate(rs->getContext(), e->getID(), dimX, dimY, dimZ, false, false, 0);
114 Type *t = new Type(id, rs);
    [all...]
Element.cpp 74 #define CREATE_USER(N, T) android::RSC::sp<const Element> Element::N(const android::RSC::sp<RS>& rs) { \
75 if (rs->mElements.N == nullptr) { \
76 rs->mElements.N = (createUser(rs, RS_TYPE_##T)); \
78 return rs->mElements.N; \
102 #define CREATE_PIXEL(N, T, K) android::RSC::sp<const Element> Element::N(const android::RSC::sp<RS> &rs) { \
103 if (rs->mElements.N == nullptr) { \
104 rs->mElements.N = createPixel(rs, RS_TYPE_##T, RS_KIND_##K);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp 35 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
39 void ReturnUndefChecker::checkPreStmt(const ReturnStmt *RS,
41 const Expr *RetE = RS->getRetValue();
  /frameworks/rs/tests/cpp_api/typecheck/
typecheck.cpp 22 sp<Allocation> createAlloc(const sp<RS>& rs, const sp<const Element>& e) {
23 Type::Builder tb(rs, e);
26 return Allocation::createTyped(rs, t);
32 sp<RS> rs = new RS(); \
33 if (!rs->init("/system/bin")) { \
37 sp<Allocation> a = createAlloc(rs, Element::ENAME(rs)); \
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 195 : RS(Unprocessed), NumOpts(0), DeniedOpts(0), OptUnsafeEdges(nullptr),
205 : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts),
221 : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts),
232 RS = Other.RS;
249 RS = Other.RS;
274 ReductionState getReductionState() const { return RS; }
    [all...]
  /external/llvm/lib/Target/ARM/
ThumbRegisterInfo.h 62 RegScavenger *RS = nullptr) const override;
  /external/llvm/lib/Target/AVR/
AVRFrameLowering.h 38 RegScavenger *RS = nullptr) const override;
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.h 37 unsigned FIOperandNum, RegScavenger *RS = nullptr) const override;
  /external/llvm/lib/Target/Lanai/
LanaiFrameLowering.h 52 RegScavenger *RS = nullptr) const override;
LanaiRegisterInfo.h 45 RegScavenger *RS = NULL) const override;
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.h 49 RegScavenger *RS = nullptr) const override;
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.h 42 RegScavenger *RS) const override;
MipsSEFrameLowering.h 41 RegScavenger *RS) const override;
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.h 44 RegScavenger *RS = nullptr) const override;
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.h 40 RegScavenger *RS = nullptr) const override;
  /external/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.h 61 RegScavenger *RS) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinRegisterInfo.h 53 int SPAdj, RegScavenger *RS = NULL) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430RegisterInfo.h 56 int SPAdj, RegScavenger *RS = NULL) const;
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZFrameLowering.h 48 RegScavenger *RS) const;
  /frameworks/rs/tests/cpp_api/cppstrided/
compute.cpp 21 sp<RS> rs = new RS(); local
23 if (!rs->init("/system/bin")) {
28 sp<const Element> e = Element::U32(rs);
30 Type::Builder tb(rs, e);
35 sp<Allocation> ain = Allocation::createTyped(rs, t);
36 sp<Allocation> aout = Allocation::createTyped(rs, t);
38 sp<ScriptC_multiply> sc = new ScriptC_multiply(rs);

Completed in 884 milliseconds

1 2 3 4 5 67 8 91011>>