HomeSort by: relevance | last modified time | path
    Searched refs:OpcodeInfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.h 331 /// There is at least one OpcodeInfo object for every opcode specified by a
333 class OpcodeInfo {
336 OpcodeInfo(const OpcodeInfo &Other) = delete;
337 OpcodeInfo &operator=(const OpcodeInfo &Other) = delete;
340 OpcodeInfo() = default;
341 OpcodeInfo &operator=(OpcodeInfo &&Other) = default;
342 OpcodeInfo(OpcodeInfo &&Other) = default
    [all...]
AsmWriterEmitter.cpp 313 /// OpcodeInfo - This encodes the index of the string to use for the first
315 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size());
350 OpcodeInfo[AWI.CGIIndex] = Idx+1;
385 OpcodeInfo[Instructions[Idx].CGIIndex] |=
423 O << " " << ((OpcodeInfo[i] >> Shift) & Mask) << "U,\t// "
PredicateExpander.cpp 451 const OpcodeInfo &OI = Group.getOpcodeInfo();
CodeGenSchedule.cpp 288 using OpcodeMapPair = std::pair<const Record *, OpcodeInfo>;
296 // definitions. Each unique opcode will be associated with an OpcodeInfo
309 OpcodeMappings.emplace_back(Opcode, OpcodeInfo());
327 // Construct a OpcodeInfo object for every unique opcode declared by an
357 OpcodeInfo &OI = OpcodeMappings[OpcodeIdx].second;
425 void OpcodeInfo::addPredicateForProcModel(const llvm::APInt &CpuMask,

Completed in 20 milliseconds