Home
last modified time | relevance | path

Searched defs:OperandInfo (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h73 struct OperandInfo { struct
119 OperandInfo(const Record *R, const std::string &N, const std::string &PMN, in OperandInfo() argument
150 std::vector<OperandInfo> OperandList; argument
76 RecOperandInfo global() argument
80 NameOperandInfo global() argument
83 SubOpNamesOperandInfo global() argument
87 PrinterMethodNameOperandInfo global() argument
111 OperandTypeOperandInfo global() argument
113 MIOperandInfoOperandInfo global() argument
[all...]
/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp94 struct OperandInfo { struct
100 OperandInfo(std::string D, bool HCD) in OperandInfo() argument
95 Fields__anon8a9af51e0111::OperandInfo global() argument
96 Decoder__anon8a9af51e0111::OperandInfo global() argument
97 HasCompleteDecoder__anon8a9af51e0111::OperandInfo global() argument
98 InitValue__anon8a9af51e0111::OperandInfo global() argument
103 addField__anon8a9af51e0111::OperandInfo addField() argument
107 numFields__anon8a9af51e0111::OperandInfo numFields() argument
109 const_iterator__anon8a9af51e0111::OperandInfo global() argument
111 begin__anon8a9af51e0111::OperandInfo begin() argument
112 end__anon8a9af51e0111::OperandInfo end() argument
[all...]
H A DInstrInfoEmitter.cpp220 OperandInfoTy OperandInfo = GetOperandInfo(*Inst); CollectOperandInfo() local
232 for (auto &OperandInfo : OperandInfoList) { EmitOperandInfo() local
1204 OperandInfoTy OperandInfo = GetOperandInfo(Inst); emitRecord() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp379 if (OperandInfo.Infos.empty()) in addInfoFor() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4246 FunctionOperandInfo OperandInfo = {Func, 0, 0, 0}; parseFunctionRecord() local