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

1 2 34 5 6 7 8 91011>>

  /external/swiftshader/third_party/subzero/src/
IcePhiLoweringImpl.h 38 Variable *Dest = Phi->getDest();
41 auto *DestLo = llvm::cast<Variable>(Target->loOperand(Dest));
42 auto *DestHi = llvm::cast<Variable>(Target->hiOperand(Dest));
59 for (Variable *DestElem : DstVec->getContainers()) {
IceTargetLoweringX8632.cpp 157 Variable *esp = getPhysicalRegister(Traits::RegisterSet::Reg_esp);
162 Variable *esp = getPhysicalRegister(Traits::RegisterSet::Reg_esp);
183 Variable *T;
194 Variable *RebasePtrR = legalizeToReg(RebasePtr);
206 Variable *esp = getPhysicalRegister(Traits::RegisterSet::Reg_esp);
214 Variable *ebp = getPhysicalRegister(Traits::RegisterSet::Reg_ebp);
215 Variable *esp = getPhysicalRegister(Traits::RegisterSet::Reg_esp);
223 Variable *esp = getPhysicalRegister(Traits::RegisterSet::Reg_esp);
224 Variable *ebp = getPhysicalRegister(Traits::RegisterSet::Reg_ebp);
233 void TargetX8632::_push_reg(Variable *Reg) { _push(Reg);
    [all...]
IceInstX86Base.h 219 InstX86Base(Cfg *Func, InstKindX86 Kind, SizeT Maxsrcs, Variable *Dest)
263 Variable *Beacon, InstArithmetic::OpKind Op,
273 Variable *getBeacon() const {
274 return llvm::cast<Variable>(this->getSrc(2));
284 InstArithmetic::OpKind Op, Variable *Beacon);
293 static InstX86GetIP *create(Cfg *Func, Variable *Dest) {
304 InstX86GetIP(Cfg *Func, Variable *Dest);
313 /// based on whether a variable's live range spans multiple basic blocks.
482 static InstX86Call *create(Cfg *Func, Variable *Dest, Operand *CallTarget) {
495 InstX86Call(Cfg *Func, Variable *Dest, Operand *CallTarget)
    [all...]
IceTargetLoweringMIPS32.cpp 124 for (Variable *Var : SortedSpilledVariables) {
228 Variable *Dest = Call->getDest();
268 Variable *Dest = Instr->getDest();
279 Variable *T = Func->makeVariable(DestTy);
293 Variable *DestT = Func->makeVariable(DestTy);
308 Variable *T = Func->makeVariable(IceType_v4f32);
320 Variable *DestT = Func->makeVariable(IceType_v4f32);
336 Variable *T = Func->makeVariable(DestTy);
348 Variable *DestT = Func->makeVariable(DestTy);
427 Variable *T = Func->makeVariable(DestTy)
    [all...]
IceRegAlloc.cpp 35 // variable's definitions overlap Cur, and trimming is with respect Cur.start.
38 bool overlapsDefs(const Cfg *Func, const Variable *Item, const Variable *Var) {
51 void dumpDisableOverlap(const Cfg *Func, const Variable *Var,
71 void dumpLiveRange(const Variable *Var, const Cfg *Func) {
119 for (Variable *Var : Vars) {
127 // Don't bother if the variable has a null live range, which means it was
173 Variable *Var = Vars[VarNum];
175 << ", variable " << Var->getName() << "\n";
178 Variable *Var = Vars[VarNum]
    [all...]
IceTargetLoweringX86BaseImpl.h 101 /// Instr is the instruction producing the i1-type variable of interest.
157 /// Producers maps Variable::Number to a BoolFoldingEntry.
262 Variable *Var = Instr.getDest();
270 // Check each src variable against the map.
323 auto *Var = llvm::dyn_cast<const Variable>(Opnd);
357 /// sees the variable's definitive last use (indicating the variable is not in
541 // liveness analysis. Loops must be identified before liveness so variable
739 // variable and is now subject to dead code elimination if there are no
740 // more uses of "b". Variable "x" is a beacon for determining whether th
    [all...]
IceInst.h 104 Variable *getDest() const { return Dest; }
194 void replaceDest(Variable *Var) { Dest = Var; }
203 Inst(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest);
227 /// a volatile load that can't be removed even if its Dest variable is not
235 /// has an invariant (primarily for performance reasons) that any Variable's
240 Variable *Dest;
248 /// or 1 Variable (and target-specific operands could contain more than 1
249 /// Variable). All the variables in an instruction are conceptually flattened
250 /// and each variable is mapped to one bit position of the LiveRangesEnded bit
263 InstHighLevel(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest
    [all...]
IceOperand.cpp 12 /// primarily for the methods of the Variable class.
185 // indicates whether the Variable being tested is used in the Dest position (as
201 const Variable *Variable::asType(const Cfg *Func, Type Ty,
203 // Note: This returns a Variable, even if the "this" object is a subclass of
204 // Variable.
208 auto *V = new (CfgLocalAllocator<Variable>().allocate(One))
209 Variable(Func, kVariable, Ty, Number);
217 RegWeight Variable::getWeight(const Cfg *Func) const {
247 // uses a Variable
    [all...]
IceInstMIPS32.h 123 /// NOTE: The Variable-typed operands have to be registers.
129 static OperandMIPS32Mem *create(Cfg *Func, Type Ty, Variable *Base,
135 Variable *getBase() const { return Base; }
171 OperandMIPS32Mem(Cfg *Func, Type Ty, Variable *Base, Operand *ImmOffset,
174 Variable *Base;
319 InstMIPS32(Cfg *Func, InstKindMIPS32 Kind, SizeT Maxsrcs, Variable *Dest)
340 static InstMIPS32Ret *create(Cfg *Func, Variable *RA,
341 Variable *Source = nullptr) {
351 InstMIPS32Ret(Cfg *Func, Variable *RA, Variable *Source)
    [all...]
  /system/tools/aidl/
ast_java.h 86 struct Variable : public Expression {
91 Variable() = default;
92 Variable(const Type* type, const std::string& name);
93 Variable(const Type* type, const std::string& name, int dimension);
94 virtual ~Variable() = default;
115 Variable* variable = nullptr; member in struct:android::aidl::java::Field
119 Field(int modifiers, Variable* variable);
150 Variable* lvalue
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DmpStore.c 86 Load the variable data from file and set to variable data base.
91 @param[out] Found TRUE when at least one variable was loaded and set.
115 DMP_STORE_VARIABLE *Variable;
189 Variable = AllocateZeroPool (sizeof (*Variable) + NameSize + DataSize);
190 if (Variable == NULL) {
195 Variable->Signature = DMP_STORE_VARIABLE_SIGNATURE;
196 Variable->Name = (CHAR16 *) (Variable + 1);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
AuthService.h 33 Process variable with EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS set, and return the index of associated public key.
39 @param[in] Global The context of this Extended SAL Variable Services Class call.
40 @param[in] Variable The variable information which is used to keep track of variable usage.
41 @param[in] Attributes The attribute value of the variable.
46 @retval EFI_WRITE_PROTECTED The variable is write-protected and needs authentication with
48 @retval EFI_SECURITY_VIOLATION The variable is with EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS
51 @retval EFI_SUCCESS The variable is not write-protected, or passed validation successfully.
60 IN VARIABLE_POINTER_TRACK *Variable,
    [all...]
EsalVariableDxeSal.inf 2 # Provides authenticated variable service for IPF platform
4 # This module installs variable arch protocol and variable write arch protocol to provide
38 Variable.c
39 Variable.h
70 ## SOMETIMES_CONSUMES ## Variable:L"PK"
71 ## CONSUMES ## Variable:L"SetupMode"
72 ## PRODUCES ## Variable:L"SetupMode"
73 ## CONSUMES ## Variable:L"SignatureSupport"
74 ## PRODUCES ## Variable:L"SignatureSupport"
    [all...]
  /external/deqp/framework/randomshaders/
rsgStatement.hpp 74 DeclarationStatement (GeneratorState& state, Variable* variable = DE_NULL);
84 const Variable* m_variable;
140 AssignStatement (const Variable* variable, Expression* value);
141 AssignStatement (GeneratorState& state, const Variable* variable, ConstValueRangeAccess valueRange);
149 const Variable* m_variable;
rsgShader.cpp 58 ShaderInput::ShaderInput (const Variable* variable, ConstValueRangeAccess valueRange)
59 : m_variable (variable)
60 , m_min (variable->getType().getScalarSize())
61 , m_max (variable->getType().getScalarSize())
63 ValueAccess(variable->getType(), &m_min[0]) = valueRange.getMin().value();
64 ValueAccess(variable->getType(), &m_max[0]) = valueRange.getMax().value();
81 void Shader::getOutputs (vector<const Variable*>& outputs) const
84 const vector<Variable*>& globalVars = m_globalScope.getDeclaredVariables();
85 for (vector<Variable*>::const_iterator i = globalVars.begin(); i != globalVars.end(); i++
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
BootMode.c 108 EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
119 (void **)&Variable
129 Status = Variable->GetVariable (
130 Variable,
154 EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
197 (void **)&Variable
202 // Use normal setup default from NVRAM variable,
206 Status = Variable->GetVariable (
207 Variable,
215 //The setup variable is corrupted
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Frame.java 43 protected ArrayList<Variable> vars;
67 Frame(long threadID, long id, Location location, ArrayList<Variable> vars) {
136 public ArrayList<Variable> getVars() {
146 public void setVars(ArrayList<Variable> vars) {
161 for (Variable var : vars) {
201 * This describing frame variable.
204 public final class Variable {
223 public Variable() {
234 * Gets code index of variable.
243 * Sets new code index for variable
    [all...]
  /build/blueprint/parser/
parser_test.go 357 Value: &Variable{
365 OrigValue: &Variable{
388 &Variable{
396 &Variable{
399 Value: &Variable{
418 &Variable{
426 &Variable{
429 Value: &Variable{
449 &Variable{
460 &Variable{
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestDeclVisitor.cpp 19 bool VisitVarDecl(VarDecl *Variable) {
20 Match(Variable->getNameAsString(), Variable->getLocStart());
45 // Test RAV visits parameter variable declaration of the implicit
49 // Match parameter variable name of implicit copy assignment operator and
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableRuntimeDxe.inf 2 # Provides variable service.
4 # This module installs variable arch protocol and variable write arch protocol to provide
5 # variable services: SetVariable, GetVariable, GetNextVariableName and QueryVariableInfo.
8 # This driver will have external input - variable data.
41 Variable.c
43 Variable.h
80 ## PRODUCES ## GUID # Signature of Variable store header
81 ## CONSUMES ## GUID # Signature of Variable store header
86 ## PRODUCES ## GUID # Signature of Variable store header
    [all...]
VariableSmm.inf 2 # Provides SMM variable service.
4 # This module installs SMM variable protocol into SMM protocol database,
5 # which can be used by SMM driver, and installs SMM variable protocol
7 # Dxe driver that the SMM variable service is ready.
9 # SMM Runtime DXE module would install variable arch protocol and variable
10 # write arch protocol based on SMM variable module.
13 # This driver will have external input - variable data and communicate buffer in SMM mode.
16 # The whole SMM authentication variable design relies on the integrity of flash part and SMM.
17 # which is assumed to be protected by platform. All variable code and metadata in flash/SMM Memory
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/
WinNtAutoScan.c 53 Validate variable data for the MemoryTypeInformation.
55 @param MemoryData Variable data.
56 @param MemoryDataSize Variable data length.
58 @return TRUE The variable data is valid.
59 @return FALSE The variable data is invalid.
126 EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
190 (VOID **)&Variable
195 Status = Variable->GetVariable (
196 Variable,
  /external/v8/src/parsing/
preparsed-scope-data.h 30 void MaybeAddVariable(Variable* var);
  /external/v8/src/interpreter/
bytecode-generator.h 99 void BuildVariableLoad(Variable* variable, FeedbackSlot slot,
103 Variable* variable, FeedbackSlot slot, HoleCheckMode hole_check_mode,
105 void BuildVariableAssignment(Variable* variable, Token::Value op,
115 void BuildHoleCheckForVariableAssignment(Variable* variable, Token::Value op);
125 void BuildNewLocalCatchContext(Variable* variable, Scope* scope)
    [all...]
  /external/valgrind/coregrind/
m_addrinfo.c 93 /* -- Perhaps the variable type/location data describes it? -- */
94 ai->Addr.Variable.descr1
97 ai->Addr.Variable.descr2
101 (void) VG_(get_data_description)( ai->Addr.Variable.descr1,
102 ai->Addr.Variable.descr2, a );
109 if (0 == VG_(strlen)( VG_(indexXA)( ai->Addr.Variable.descr1, 0 ))) {
110 VG_(deleteXA)( ai->Addr.Variable.descr1 );
111 ai->Addr.Variable.descr1 = NULL;
113 if (0 == VG_(strlen)( VG_(indexXA)( ai->Addr.Variable.descr2, 0 ))) {
114 VG_(deleteXA)( ai->Addr.Variable.descr2 )
    [all...]

Completed in 390 milliseconds

1 2 34 5 6 7 8 91011>>