Home
last modified time | relevance | path

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

1234

/third_party/boost/libs/python/test/
Ddata_members.cpp39 struct Var : VarBase struct
41 Var(std::string name_) : VarBase(name_), value(), name2(name.c_str()), y(6) {} in Var() function
51 int Var::static1 = 0; argument
/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
/third_party/boost/boost/proto/
Dproto_typeof.hpp136 #define BOOST_PROTO_AUTO(Var, Expr) BOOST_AUTO(Var, boost::proto::deep_copy(Expr)) argument
137 #define BOOST_PROTO_AUTO_TPL(Var, Expr) BOOST_AUTO_TPL(Var, boost::proto::deep_copy(Expr)) argument
/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/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Drolling_cpu_kernel.h34 Var, enumerator
52 S Var(const T *input_addr, const size_t *ids, size_t start, size_t end) const { in Var() function
/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/boost/boost/typeof/
Dtypeof.hpp225 #define BOOST_AUTO(Var, Expr) BOOST_TYPEOF(Expr) Var = Expr argument
226 #define BOOST_AUTO_TPL(Var, Expr) BOOST_TYPEOF_TPL(Expr) Var = Expr argument
/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/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/mindspore/tests/ut/cpp/optimizer/
Doptimizer_test.cc32 using Var = mindspore::Var; typedef
/third_party/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/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/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/skia/src/sksl/dsl/priv/
DDSLWriter.cpp38 const SkSL::Variable* DSLWriter::Var(DSLVarBase& var) { in Var() function in SkSL::dsl::DSLWriter
/third_party/boost/libs/histogram/test/
Dutility_histogram.hpp30 using Var = boost::mp11::mp_unique<axis::variant<Ts..., R, I, V, C>>; in make_axis_vector() typedef
/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