HomeSort by relevance Sort by last modified time
    Searched defs:Const (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /external/python/cpython2/Lib/compiler/
ast.py 360 class Const(Node):
372 return "Const(%s)" % (repr(self.value),)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 360 class Const(Node):
372 return "Const(%s)" % (repr(self.value),)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 360 class Const(Node):
372 return "Const(%s)" % (repr(self.value),)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 360 class Const(Node):
372 return "Const(%s)" % (repr(self.value),)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 360 class Const(Node):
372 return "Const(%s)" % (repr(self.value),)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 83 LatticeValueTy getLatticeValue() const {
90 bool isUnknown() const { return getLatticeValue() == unknown; }
91 bool isConstant() const {
94 bool isOverdefined() const { return getLatticeValue() == overdefined; }
96 Constant *getConstant() const {
137 ConstantInt *getConstantInt() const {
160 const DataLayout &DL;
161 const TargetLibraryInfo *TLI;
212 SCCPSolver(const DataLayout &DL, const TargetLibraryInfo *tli
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp 81 LatticeValueTy getLatticeValue() const {
88 bool isUndefined() const { return getLatticeValue() == undefined; }
89 bool isConstant() const {
92 bool isOverdefined() const { return getLatticeValue() == overdefined; }
94 Constant *getConstant() const {
135 ConstantInt *getConstantInt() const {
158 const TargetData *TD;
213 SCCPSolver(const TargetData *td) : TD(td) {}
268 bool isBlockExecutable(BasicBlock *BB) const {
272 LatticeVal getLatticeValueFor(Value *V) const {
    [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 61 const uint32_t WASM_PAGE_SIZE = 64 << 10;
132 std::string getFunctionName(const WasmModule *Module, uint32_t func_index) {
134 for (const auto Export : Module->export_table) {
164 operator Operand *() const {
174 operator CfgNode *() const {
184 explicit operator bool() const { return (Data != UNDEF_PTR) && Data; }
185 bool operator==(const OperandNode &Rhs) const {
190 bool operator!=(const OperandNode &Rhs) const { return !(*this == Rhs);
    [all...]
IceOperand.h 38 Operand(const Operand &) = delete;
39 Operand &operator=(const Operand &) = delete;
68 OperandKind getKind() const { return Kind; }
69 Type getType() const { return Ty; }
74 SizeT getNumVars() const { return NumVars; }
75 Variable *getVar(SizeT I) const {
79 virtual void emit(const Cfg *Func) const = 0;
86 virtual void dump(const Cfg *Func, Ostream &Str) const = 0
    [all...]
IceTargetLoweringX86BaseImpl.h 44 static const Type Ty = IceType_f32;
45 static const char *TypeName;
46 static const char *AsmTag;
47 static const char *PrintfString;
53 static const Type Ty = IceType_f64;
54 static const char *TypeName;
55 static const char *AsmTag;
56 static const char *PrintfString;
63 static const Type Ty = IceType_i32;
64 static const char *TypeName
    [all...]
  /external/tensorflow/tensorflow/python/framework/
function_test.py 571 def Const():
584 _ = Const()
589 _ = Const(1)
591 _ = Const(1, 2)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 53 StringRef CodeViewDebug::getFullFilepath(const DIFile *File) {
105 unsigned CodeViewDebug::maybeRecordFile(const DIFile *F) {
118 CodeViewDebug::getInlineSite(const DILocation *InlinedAt,
119 const DISubprogram *Inlinee) {
131 static StringRef getPrettyScopeName(const DIScope *Scope) {
149 static const DISubprogram *getQualifiedNameComponents(
150 const DIScope *Scope, SmallVectorImpl<StringRef> &QualifiedNameComponents) {
151 const DISubprogram *ClosestSubprogram = nullptr;
174 static std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name) {
192 static std::string getFullyQualifiedName(const DIScope *Ty)
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 65 const static unsigned short kTranslatorVer = 14;
81 const static char *Const = "const";
82 const static char *Volatile = "volatile";
83 const static char *Restrict = "restrict";
84 const static char *Pipe = "pipe";
273 const static char StructPrefix[] = "struct.";
277 const static char Float[] = "float";
278 const static char Half[] = "half"
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 76 const HChar* pri_name; /* primary name, never NULL */
77 const HChar** sec_names; /* NULL, or a NULL term'd array of other names */
116 const HChar* filename; /* source filename */
117 const HChar* dirname; /* source directory name */
147 const HChar* inlinedfn; /* inlined function name */
420 } Const;
449 extern void ML_(ppCfiExpr)( const XArray* src, Int ix );
486 const HChar* name; /* in DebugInfo.strpool */
488 const GExpr* gexpr; /* on DebugInfo.gexprs list */
489 const GExpr* fbGX; /* SHARED. *
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeView.h 299 Const = 0x0001,
356 Const = 0x00000400,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeView.h 299 Const = 0x0001,
356 Const = 0x00000400,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeView.h 299 Const = 0x0001,
356 Const = 0x00000400,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeView.h 299 Const = 0x0001,
356 Const = 0x00000400,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeView.h 299 Const = 0x0001,
356 Const = 0x00000400,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeView.h 299 Const = 0x0001,
356 Const = 0x00000400,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeView.h 299 Const = 0x0001,
356 Const = 0x00000400,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeView.h 299 Const = 0x0001,
356 Const = 0x00000400,
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 283 Const = 0x0001,
340 Const = 0x00000400,
  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.h 58 const char *
72 const char *fmt, ...);
85 const char *get_version_string()
104 unsigned required_glsl_es_version) const
116 YYLTYPE *locp, const char *fmt, ...) PRINTFLIKE(5, 6);
121 const char *const requirement = this->es_shader
146 const char *const requirement = "GL_ARB_gpu_shader5 extension or GLSL 4.00";
157 const ir_variable *var
    [all...]
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 281 if (mCommand == Const.CODE_C0_EXT1) {
286 } else if (mCommand >= Const.CODE_C0_RANGE_START
287 && mCommand <= Const.CODE_C0_RANGE_END) {
292 } else if (mCommand >= Const.CODE_C1_RANGE_START
293 && mCommand <= Const.CODE_C1_RANGE_END) {
298 } else if (mCommand >= Const.CODE_G0_RANGE_START
299 && mCommand <= Const.CODE_G0_RANGE_END) {
304 } else if (mCommand >= Const.CODE_G1_RANGE_START
305 && mCommand <= Const.CODE_G1_RANGE_END) {
317 if (mCommand >= Const.CODE_C0_SKIP2_RANGE_STAR
    [all...]

Completed in 2136 milliseconds

12 3 4 5