Home
last modified time | relevance | path

Searched refs:OutputIdx (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1441 Optional<unsigned> OutputIdx = None; in updateOutputMapping() local
1446 OutputIdx = ArgIdx - Region.NumExtractedInputs; in updateOutputMapping()
1453 if (!OutputIdx.hasValue()) in updateOutputMapping()
1456 if (OutputMappings.find(Outputs[OutputIdx.getValue()]) == in updateOutputMapping()
1459 << *Outputs[OutputIdx.getValue()] << "\n"); in updateOutputMapping()
1460 OutputMappings.insert(std::make_pair(LI, Outputs[OutputIdx.getValue()])); in updateOutputMapping()
1462 Value *Orig = OutputMappings.find(Outputs[OutputIdx.getValue()])->second; in updateOutputMapping()
1464 << *Outputs[OutputIdx.getValue()] << "\n"); in updateOutputMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp924 int OutputIdx = 0; in isInlineAsmSourceOfDivergence() local
930 if (TargetOutputIdx != -1 && TargetOutputIdx != OutputIdx++) in isInlineAsmSourceOfDivergence()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5930 unsigned OutputIdx = 0; in parseMSInlineAsm() local
6121 OS << '$' << OutputIdx++; in parseMSInlineAsm()
H A DMasmParser.cpp7063 unsigned OutputIdx = 0; in parseMSInlineAsm() local
7254 OS << '$' << OutputIdx++; in parseMSInlineAsm()