HomeSort by relevance Sort by last modified time
    Searched refs:Variable (Results 376 - 400 of 601) sorted by null

<<11121314151617181920>>

  /external/javassist/src/main/javassist/compiler/
CodeGen.java 116 * Returns a local variable that single or double words can be
131 v = getMaxLocals(); // delayed variable allocation.
745 if (left instanceof Variable)
746 atVariableAssign(expr, op, (Variable)left,
747 ((Variable)left).getDeclarator(),
776 private void atVariableAssign(Expr expr, int op, Variable var,
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 761 Metadata *Variable;
766 bool IsLocalToUnit, bool IsDefinition, Metadata *Variable,
770 IsDefinition(IsDefinition), Variable(Variable),
777 Variable(N->getRawVariable()),
786 Variable == RHS->getRawVariable() &&
792 IsLocalToUnit, IsDefinition, Variable,
    [all...]
  /external/v8/src/builtins/
builtins-object.cc 59 Variable var_index(this, MachineType::PointerRepresentation());
60 Variable var_unique(this, MachineRepresentation::kTagged);
178 Variable var_proxy_is_array(this, MachineRepresentation::kTagged);
349 Variable map(this, MachineRepresentation::kTagged);
350 Variable properties(this, MachineRepresentation::kTagged);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.cpp 178 IValueT getEncodedGPRegNum(const Variable *Var) {
185 IValueT getEncodedSRegNum(const Variable *Var) {
190 IValueT getEncodedDRegNum(const Variable *Var) {
194 IValueT getEncodedQRegNum(const Variable *Var) {
355 if (const auto *Var = llvm::dyn_cast<Variable>(Opnd)) {
392 if (const auto *Var = llvm::dyn_cast<Variable>(Amt)) {
484 if (const auto *Var = llvm::dyn_cast<Variable>(Opnd)) {
485 // Should be a stack variable, with an offset.
498 Variable *Var = Mem->getBase();
503 const Variable *Index = Mem->getIndex()
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 229 Variable* var =
265 Variable* arguments = info->scope()->arguments();
470 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
662 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
676 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
688 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
695 void FullCodeGenerator::SetVar(Variable* var,
739 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
740 // The variable in the declaration always resides in the current functio
757 Variable* variable = proxy->var(); local
799 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 231 Variable* var =
267 Variable* arguments = info->scope()->arguments();
461 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
661 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
674 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
686 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
693 void FullCodeGenerator::SetVar(Variable* var,
734 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
735 // The variable in the declaration always resides in the current functio
752 Variable* variable = proxy->var(); local
794 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 219 Variable* var =
257 Variable* arguments = info->scope()->arguments();
426 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
615 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
629 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
641 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
648 void FullCodeGenerator::SetVar(Variable* var,
688 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
689 // The variable in the declaration always resides in the current context
705 Variable* variable = proxy->var(); local
747 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 239 Variable* var =
275 Variable* arguments = info->scope()->arguments();
463 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
661 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
675 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
687 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
694 void FullCodeGenerator::SetVar(Variable* var,
736 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
737 // The variable in the declaration always resides in the current functio
756 Variable* variable = proxy->var(); local
798 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 238 Variable* var =
274 Variable* arguments = info->scope()->arguments();
463 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
661 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
675 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
687 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
694 void FullCodeGenerator::SetVar(Variable* var,
736 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
737 // The variable in the declaration always resides in the current functio
756 Variable* variable = proxy->var(); local
798 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 236 Variable* var =
272 Variable* arguments = info->scope()->arguments();
457 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
635 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
649 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
661 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
668 void FullCodeGenerator::SetVar(Variable* var, Register src, Register scratch0,
706 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
707 // The variable in the declaration always resides in the current functio
724 Variable* variable = proxy->var(); local
766 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 240 Variable* var =
276 Variable* arguments = info->scope()->arguments();
456 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
615 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
628 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
639 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
645 void FullCodeGenerator::SetVar(Variable* var, Register src, Register scratch0,
680 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
681 // The variable in the declaration always resides in the current functio
697 Variable* variable = proxy->var(); local
738 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 220 Variable* var =
257 Variable* arguments = info->scope()->arguments();
432 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
631 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
646 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
658 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
665 void FullCodeGenerator::SetVar(Variable* var,
704 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
705 // The variable in the declaration always resides in the current context
721 Variable* variable = proxy->var(); local
763 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 219 Variable* var =
254 Variable* arguments = info->scope()->arguments();
421 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
610 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
624 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
636 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
643 void FullCodeGenerator::SetVar(Variable* var,
683 void FullCodeGenerator::EmitDebugCheckDeclarationContext(Variable* variable) {
684 // The variable in the declaration always resides in the current context
700 Variable* variable = proxy->var(); local
741 Variable* variable = proxy->var(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 526 template <typename T> class Variable;
533 VariableP<T> variable (const string& name);
537 * \brief A variable environment.
549 void bind (const Variable<T>& variable,
555 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>()));
559 typename Traits<T>::IVal& lookup (const Variable<T>& variable) const
561 deUint8* const data = de::lookup(m_map, variable.getName()).get();
575 * point precision and the current variable environment
1008 VariableP<T> variable (const string& name) function in namespace:vkt::shaderexecutor
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 547 template <typename T> class Variable;
554 VariableP<T> variable (const string& name);
558 * \brief A variable environment.
570 void bind (const Variable<T>& variable,
576 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>()));
580 typename Traits<T>::IVal& lookup (const Variable<T>& variable) const
582 deUint8* const data = de::lookup(m_map, variable.getName()).get();
596 * point precision and the current variable environment
1029 VariableP<T> variable (const string& name) function in namespace:deqp::gls::BuiltinPrecisionTests
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.fdf 34 # Build the variable store and the firmware code as one unified flash device
53 # Build the variable store and the firmware code as separate flash device
367 # Variable driver stack (SMM)
371 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
372 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
377 # Variable driver stack (non-SMM)
382 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
OvmfPkgIa32X64.fdf 34 # Build the variable store and the firmware code as one unified flash device
53 # Build the variable store and the firmware code as separate flash device
367 # Variable driver stack (SMM)
371 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
372 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
377 # Variable driver stack (non-SMM)
382 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
OvmfPkgX64.fdf 34 # Build the variable store and the firmware code as one unified flash device
53 # Build the variable store and the firmware code as separate flash device
367 # Variable driver stack (SMM)
371 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
372 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
377 # Variable driver stack (non-SMM)
382 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
Quark.fdf 42 # 0x006E0000 | Variable + FTW Working + |
182 # Quark NVRAM Area contains: Variable + FTW Working + FTW Spare
217 # This can speed up the Variable Dispatch a bit.
334 INF RuleOverride = NORELOC MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
454 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
455 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /build/blueprint/parser/
sort.go 79 case *Variable:
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 44 (* Simple variable ref. *)
45 | [< >] -> Ast.Variable id
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 44 (* Simple variable ref. *)
45 | [< >] -> Ast.Variable id
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]

Completed in 3147 milliseconds

<<11121314151617181920>>