Home
last modified time | relevance | path

Searched defs:Var (Results 1 – 25 of 209) sorted by relevance

123456789

/external/rust/crates/bindgen/src/ir/
Dvar.rs37 pub struct Var { struct
45 val: Option<VarType>, argument
50 impl Var { argument
58 ) -> Var { in new()
95 impl DotAttributes for Var { implementation
200 impl ClangSubItemParser for Var { implementation
Ditem_kind.rs25 Var(Var), enumerator
110 pub fn as_var(&self) -> Option<&Var> { in as_var()
124 pub fn expect_var(&self) -> &Var { in expect_var()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDbgEntityHistoryCalculator.cpp53 bool DbgValueHistoryMap::startDbgValue(InlinedEntity Var, in startDbgValue()
73 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()
113 InlinedEntity Var) { in dropRegDescribedVar()
127 InlinedEntity Var) { in addRegDescribedVar()
136 static void clobberRegEntries(InlinedEntity Var, unsigned RegNo, in clobberRegEntries()
159 static void handleNewDebugValue(InlinedEntity Var, const MachineInstr &DV, in handleNewDebugValue()
214 for (const auto &Var : I->second) in clobberRegisterUses() local
250 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory() local
343 const InlinedEntity &Var = VarRangePair.first; in dump() local
/external/swiftshader/third_party/subzero/src/
DIceInstVarIter.h145 #define FOREACH_VAR_IN_INST(Var, Instr) \ argument
163 #define IndexOfVarInInst(Var) IsOnlyValidInFOREACH_VAR_IN_INST(Var##Index) argument
164 #define IndexOfVarOperandInInst(Var) IsOnlyValidInFOREACH_VAR_IN_INST(I##Var) argument
DIceRegAlloc.cpp38 bool overlapsDefs(const Cfg *Func, const Variable *Item, const Variable *Var) { in overlapsDefs()
51 void dumpDisableOverlap(const Cfg *Func, const Variable *Var, in dumpDisableOverlap()
71 void dumpLiveRange(const Variable *Var, const Cfg *Func) { in dumpLiveRange()
173 Variable *Var = Vars[VarNum]; in livenessValidateIntervals() local
178 Variable *Var = Vars[VarNum]; in livenessValidateIntervals() local
233 if (const Variable *Var = Instr.getDest()) { in initForInfOnly() local
248 Variable *Var = Vars[i]; in initForInfOnly() local
280 Variable *Var = Vars[VarNum]; in initForInfOnly() local
285 Variable *Var = Vars[VarNum]; in initForInfOnly() local
334 for (auto *Var : Func->getVariables()) { in init() local
DIceLiveness.cpp50 Variable *Var = *I; in initInternal() local
82 Variable *Var = *I; in initInternal() local
102 Variable *Var = *I; in initInternal() local
DIceVariableSplitting.cpp31 bool isAllocable(const Variable *Var) { in isAllocable()
38 bool isInf(const Variable *Var) { in isInf()
104 Variable *makeLinked(Variable *Var) { in makeLinked()
115 void spliceBlockLocalLinkedToChain(Variable *Var) { in spliceBlockLocalLinkedToChain()
141 bool isInstLastUseOfVar(const Variable *Var, const Inst *Instr) { in isInstLastUseOfVar()
DIceCfgNode.cpp392 void updatePreds(PhiDescList &Desc, TargetLowering *Target, Variable *Var) { in updatePreds()
524 if (auto *Var = llvm::dyn_cast<Variable>(Item.Src)) in advancedPhiLowering() local
581 if (auto *Var = llvm::dyn_cast<Variable>(Src)) in advancedPhiLowering() local
849 Variable *Var = Liveness->getVariable(i, this); in livenessAddIntervals() local
869 Variable *Var = Liveness->getVariable(i, this); in livenessAddIntervals() local
972 Variable *Var = Liveness->getVariable(i, Node); in emitRegisterUsage() local
1179 Variable *Var = Liveness->getVariable(i, this); in dump() local
1205 Variable *Var = Liveness->getVariable(i, this); in dump() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.cpp38 void DbgValueHistoryMap::startInstrRange(InlinedVariable Var, in startInstrRange()
53 void DbgValueHistoryMap::endInstrRange(InlinedVariable Var, in endInstrRange()
82 InlinedVariable Var) { in dropRegDescribedVar()
96 InlinedVariable Var) { in addRegDescribedVar()
111 for (const auto &Var : I->second) in clobberRegisterUses() local
224 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgValueHistory() local
/external/armnn/include/armnn/
DBackendOptions.hpp35 class Var class
40 explicit Var(int i) : m_Vals(i), m_Type(VarTypes::Integer) {}; in Var() function in armnn::BackendOptions::Var
41 explicit Var(float f) : m_Vals(f), m_Type(VarTypes::Float) {}; in Var() function in armnn::BackendOptions::Var
42 explicit Var(bool b) : m_Vals(b), m_Type(VarTypes::Boolean) {}; in Var() function in armnn::BackendOptions::Var
43 explicit Var(const char* s) : m_Vals(s), m_Type(VarTypes::String) {}; in Var() function in armnn::BackendOptions::Var
44 explicit Var(std::string s) : m_Vals(s), m_Type(VarTypes::String) {}; in Var() function in armnn::BackendOptions::Var
48 Var(DisallowedType) in Var() function in armnn::BackendOptions::Var
55 Var(const Var& other) in Var() function in armnn::BackendOptions::Var
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp41 unsigned Var = Rewrites.size(); in AddVariable() local
51 void SSAUpdaterBulk::AddAvailableValue(unsigned Var, BasicBlock *BB, Value *V) { in AddAvailableValue()
61 void SSAUpdaterBulk::AddUse(unsigned Var, Use *U) { in AddUse()
70 bool SSAUpdaterBulk::HasValueForBlock(unsigned Var, BasicBlock *BB) { in HasValueForBlock()
DASanStackFrameLayout.cpp103 for (const auto &Var : Vars) { in ComputeASanStackFrameDescription() local
123 for (const auto &Var : Vars) { in GetShadowBytes() local
140 for (const auto &Var : Vars) { in GetShadowBytesAfterScope() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h46 MDNode *Var; variable
57 SDDbgValue(MDNode *Var, MDNode *Expr, SDNode *N, unsigned R, bool indir, in SDDbgValue()
67 SDDbgValue(MDNode *Var, MDNode *Expr, const Value *C, uint64_t off, in SDDbgValue()
76 SDDbgValue(MDNode *Var, MDNode *Expr, unsigned FI, uint64_t off, DebugLoc dl, in SDDbgValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h48 DIVariable *Var; variable
59 SDDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N, unsigned R, in SDDbgValue()
68 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl, in SDDbgValue()
76 SDDbgValue(DIVariable *Var, DIExpression *Expr, unsigned VRegOrFrameIdx, in SDDbgValue()
/external/elfutils/libelf/
Dcommon.h138 #define CONVERT(Var) \ argument
147 #define CONVERT_TO(Dst, Var) \ argument
/external/clang/test/CodeGen/
D2002-02-18-64bitConstant.c8 long long Var = 123455678902ll; in main() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DLineImpl.java68 private static final class Var extends LineImpl { class in LineImpl
69 Var(final CounterImpl instructions, final CounterImpl branches) { in Var() method in LineImpl.Var
DCounterImpl.java50 private static class Var extends CounterImpl { class in CounterImpl
51 public Var(final int missed, final int covered) { in Var() method in CounterImpl.Var
/external/compiler-rt/test/tsan/
Dstack_race.cc12 int Var = 42; in main() local
Dtls_race.cc12 static __thread int Var = 42; in main() local
Dstack_race2.cc11 int Var = 42; in Thread() local
Dtls_race2.cc11 static __thread int Var = 42; in Thread() local
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp4.cpp63 template<typename ...Args> struct Var { struct
64 Var(const Args &...args, int *) { Foo(args...); } in Var() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DJSONBackend.cpp83 } else if (auto *Var = dyn_cast<VarInit>(&I)) { in translateInit() local
88 if (auto *Var = dyn_cast<VarInit>(VarBit->getBitVar())) { in translateInit() local
/external/openscreen/third_party/abseil/src/absl/types/
Dvariant_test.cc473 using Var = variant<int, std::string, NonCopyable, std::vector<int>>; in TEST() typedef
496 using Var = variant<int, std::string, NonCopyable, std::vector<int>>; in TEST() typedef
519 using Var = in TEST() typedef
528 using Var = in TEST() typedef
537 using Var = variant<int, std::string, NonCopyable, std::vector<int>>; in TEST() typedef
564 using Var = variant<int, std::string, NonCopyable, std::vector<int>>; in TEST() typedef
591 using Var = in TEST() typedef
600 using Var = in TEST() typedef
914 using Var = in TEST() typedef
952 using Var = in TEST() typedef
[all …]

123456789