Searched refs:CurrentDef (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp307 unsigned CurrentDef = 0;
309 for (; i < MCI.getNumOperands() && CurrentDef < NumExplicitDefs; ++i) {
314 WriteDescriptor &Write = ID.Writes[CurrentDef];
316 if (CurrentDef < NumWriteLatencyEntries) {
318 *STI.getWriteLatencyEntry(&SCDesc, CurrentDef);
334 CurrentDef++;
337 assert(CurrentDef == NumExplicitDefs &&
339 for (CurrentDef = 0; CurrentDef < NumImplicitDefs; ++CurrentDef) {
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp427 Value *CurrentDef = nullptr; local
433 if (CurrentDef == S.def())
436 CurrentDef = S.def();
438 if (CurrentDef == PromiseAlloca)
443 if (auto *AI = dyn_cast<AllocaInst>(CurrentDef)) {
458 Ty = CurrentDef->getType();
959 Instruction *CurrentDef = nullptr; local
963 if (CurrentDef != E.def()) {
964 CurrentDef = cast<Instruction>(E.def());
972 CurrentMaterialization = cast<Instruction>(CurrentDef)
[all...]

Completed in 192 milliseconds