Home
last modified time | relevance | path

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

1234

/third_party/rust/crates/bindgen/bindgen/ir/
Dvar.rs35 pub struct Var { struct
43 val: Option<VarType>, argument
48 impl Var { argument
56 ) -> Var { in new()
93 impl DotAttributes for Var { implementation
173 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()
/third_party/skia/third_party/externals/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
DIceCfg.cpp113 Variable *Var; in makeVariable() local
145 auto *Var = VariableDeclaration::create(GlobalInits.get()); in createNodeNameDeclaration() local
157 auto *Var = VariableDeclaration::create(GlobalInits.get()); in createBlockProfilingInfoDeclaration() local
544 if (auto *Var = llvm::dyn_cast<Variable>(Opnd)) { in localCSE() local
563 if (auto *Var = llvm::dyn_cast<Variable>(Opnd)) { in localCSE() local
602 for (auto *Var : getArgs()) { in findLoopInvariantInstructions() local
635 if (auto *Var = llvm::dyn_cast<Variable>(Inst.getSrc(i))) { in findLoopInvariantInstructions() local
DIceTargetLowering.cpp563 for (auto *Var : SplitCandidates) { in postRegallocSplitting() local
575 if (auto *Var = llvm::dyn_cast<Variable>(Instr->getSrc(i))) { in postRegallocSplitting() local
643 if (auto *Var = llvm::dyn_cast<Variable>(Instr->getSrc(i))) { in postRegallocSplitting() local
745 if (const Variable *Var = Instr.getDest()) in getVarStackSlotParams() local
981 void TargetDataLowering::emitGlobal(const VariableDeclaration &Var, in emitGlobal()
/third_party/skia/third_party/externals/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
DDwarfCompileUnit.cpp710 auto Var = constructVariableDIE(DV, Scope.isAbstractScope()); in constructVariableDIE() local
717 static SmallVector<const DIVariable *, 2> dependencies(DbgVariable *Var) { in dependencies()
746 for (auto Var : reverse(Input)) { in sortLocalVars() local
754 DbgVariable *Var = Item.getPointer(); in sortLocalVars() local
1071 if (const DbgVariable *Var = dyn_cast<const DbgVariable>(Entity)) in finishEntityDefinition() local
1256 void DwarfCompileUnit::applyVariableAttributes(const DbgVariable &Var, in applyVariableAttributes()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/elfutils/libelf/
Dcommon.h135 #define CONVERT(Var) \ argument
144 #define CONVERT_TO(Dst, Var) \ argument
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAEnumTables.cpp26 VARIANT Var; in getChildAtIndex() local
/third_party/skia/include/sksl/
DDSL.h27 using Var = DSLVar; variable
/third_party/skia/third_party/externals/abseil-cpp/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 …]
/third_party/rust/crates/cxx/syntax/
Dmod.rs194 pub struct Var { struct
217 pub struct Variant { argument
Dimpls.rs342 let Var { in eq() localVariable
351 let Var { in eq() localVariable
383 let Var { in hash() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp49 std::string Var = Env->getName(); in getSourceFileFullPath() local
/third_party/rust/crates/env_logger/src/
Dlib.rs323 struct Var<'a> { struct
324 name: Cow<'a, str>,
325 default: Option<Cow<'a, str>>,
1058 impl<'a> Var<'a> { impl
/third_party/skia/src/sksl/dsl/priv/
DDSLWriter.cpp38 const SkSL::Variable* DSLWriter::Var(DSLVarBase& var) { in Var() function in SkSL::dsl::DSLWriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h86 Entry &getEntry(InlinedEntity Var, EntryIndex Index) { in getEntry()

1234