Home
last modified time | relevance | path

Searched refs:RealIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp217 unsigned RealIdx; member
1199 if (ProcessedReal[PMI.RealIdx] || ProcessedImag[PMI.ImagIdx]) in identifyMultiplications()
1208 for (auto *Mul : {&RealMuls[PMI.RealIdx], &RealMuls[PMI.RealIdx]}) in identifyMultiplications()
1215 auto &RealMul = RealMuls[PMI.RealIdx]; in identifyMultiplications()
1278 ProcessedReal[PMI.RealIdx] = true; in identifyMultiplications()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2171 const unsigned RealIdx = in emitCodeGenInstructionMatchPattern() local
2174 IM.addOperand(RealIdx, OpName, AllocatedTemporariesBaseID++); in emitCodeGenInstructionMatchPattern()