Home
last modified time | relevance | path

Searched refs:MustExtend (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp35 HexagonAsmPrinter &Printer, bool MustExtend) { in GetSymbolRef() argument
85 HexagonMCInstrInfo::setMustExtend(*ME, MustExtend); in GetSymbolRef()
108 bool MustExtend = MO.getTargetFlags() & HexagonII::HMOTF_ConstExtended; in HexagonLowerToMC() local
127 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in HexagonLowerToMC()
134 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in HexagonLowerToMC()
142 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in HexagonLowerToMC()
147 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP, MustExtend); in HexagonLowerToMC()
151 AP, MustExtend); in HexagonLowerToMC()
154 MCO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC()
157 MCO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC()
[all …]
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp42 HexagonAsmPrinter &Printer, bool MustExtend) { in GetSymbolRef() argument
92 HexagonMCInstrInfo::setMustExtend(*ME, MustExtend); in GetSymbolRef()
115 bool MustExtend = MO.getTargetFlags() & HexagonII::HMOTF_ConstExtended; in HexagonLowerToMC() local
137 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in HexagonLowerToMC()
144 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in HexagonLowerToMC()
152 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in HexagonLowerToMC()
157 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP, MustExtend); in HexagonLowerToMC()
161 AP, MustExtend); in HexagonLowerToMC()
164 MCO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC()
167 MCO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC()
[all …]
DHexagonDepInstrInfo.td11797 let DecoderNamespace = "MustExtend";
11817 let DecoderNamespace = "MustExtend";
11837 let DecoderNamespace = "MustExtend";
11857 let DecoderNamespace = "MustExtend";
11879 let DecoderNamespace = "MustExtend";
11900 let DecoderNamespace = "MustExtend";
11919 let DecoderNamespace = "MustExtend";
11938 let DecoderNamespace = "MustExtend";
11959 let DecoderNamespace = "MustExtend";
11980 let DecoderNamespace = "MustExtend";
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp42 HexagonAsmPrinter &Printer, bool MustExtend) { in GetSymbolRef() argument
92 HexagonMCInstrInfo::setMustExtend(*ME, MustExtend); in GetSymbolRef()
115 bool MustExtend = MO.getTargetFlags() & HexagonII::HMOTF_ConstExtended; in HexagonLowerToMC() local
137 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in HexagonLowerToMC()
144 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in HexagonLowerToMC()
152 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in HexagonLowerToMC()
157 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP, MustExtend); in HexagonLowerToMC()
161 AP, MustExtend); in HexagonLowerToMC()
164 MCO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC()
167 MCO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, MustExtend); in HexagonLowerToMC()
[all …]
DHexagonDepInstrInfo.td11690 let DecoderNamespace = "MustExtend";
11710 let DecoderNamespace = "MustExtend";
11730 let DecoderNamespace = "MustExtend";
11750 let DecoderNamespace = "MustExtend";
11772 let DecoderNamespace = "MustExtend";
11793 let DecoderNamespace = "MustExtend";
11812 let DecoderNamespace = "MustExtend";
11831 let DecoderNamespace = "MustExtend";
11852 let DecoderNamespace = "MustExtend";
11873 let DecoderNamespace = "MustExtend";
[all …]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp45 MustExtend = Val; in setMustExtend()
48 bool HexagonMCExpr::mustExtend() const { return MustExtend; } in mustExtend()
50 assert((!Val || !MustExtend) && "Extension contradiction"); in setMustNotExtend()
65 : Expr(Expr), MustNotExtend(false), MustExtend(false), S23_2_reloc(false), in HexagonMCExpr()
DHexagonMCExpr.h41 bool MustExtend; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp86 MustExtend = Val; in setMustExtend()
89 bool HexagonMCExpr::mustExtend() const { return MustExtend; } in mustExtend()
91 assert((!Val || !MustExtend) && "Extension contradiction"); in setMustNotExtend()
106 : Expr(Expr), MustNotExtend(false), MustExtend(false), S27_2_reloc(false), in HexagonMCExpr()
DHexagonMCExpr.h40 bool MustExtend; variable
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp86 MustExtend = Val; in setMustExtend()
89 bool HexagonMCExpr::mustExtend() const { return MustExtend; } in mustExtend()
91 assert((!Val || !MustExtend) && "Extension contradiction"); in setMustNotExtend()
106 : Expr(Expr), MustNotExtend(false), MustExtend(false), S27_2_reloc(false), in HexagonMCExpr()
DHexagonMCExpr.h39 bool MustExtend; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1145 bool MustExtend = false; in parseInstruction() local
1150 MustExtend = true; in parseInstruction()
1192 MustNotExtend = !MustExtend; in parseInstruction()
1202 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in parseInstruction()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1379 bool MustExtend = false; in parseInstruction() local
1384 MustExtend = true; in parseInstruction()
1427 MustNotExtend = !MustExtend; in parseInstruction()
1437 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in parseInstruction()
/external/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1156 bool MustExtend = false; in parseInstruction() local
1161 MustExtend = true; in parseInstruction()
1203 MustNotExtend = !MustExtend; in parseInstruction()
1213 HexagonMCInstrInfo::setMustExtend(*Expr, MustExtend); in parseInstruction()