Searched defs:SValue (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAGBuilder.h | 264 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {} 267 const Value *SValue; member in struct:llvm::SelectionDAGBuilder::JumpTableHeader 289 : First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E), 294 const Value *SValue; member in struct:llvm::SelectionDAGBuilder::BitTestBlock |
/external/v8/src/arm/ | ||
H A D | constants-arm.h | 582 inline int SValue() const { return Bit(20); } function in class:v8::internal::Instruction 648 inline bool HasS() const { return SValue() == 1; } |
/external/valgrind/perf/ | ||
H A D | tinycc.c | 2171 typedef struct SValue { 2178 } SValue; 2374 static SValue vstack[VSTACK_SIZE], *vtop; 5516 SValue *vt; /* C value of the expression */ 5737 void load(int r, SValue *sv) 5740 SValue v1; 5802 void store(int r, SValue *v) 6383 SValue v1; 10221 SValue tmp; 10228 void vpushv(SValue * 2169 typedef struct SValue { struct 2176 } SValue; typedef in typeref:struct:SValue [all...] |
Completed in 76 milliseconds