Home
last modified time | relevance | path

Searched refs:hasCnMips (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h145 if (P.hasCnMips()) in setISAExtensionFromPredicates()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h218 bool hasCnMips() const { return HasCnMips; } in hasCnMips() function
DMipsSEISelLowering.cpp119 if (Subtarget.hasCnMips()) in MipsSETargetLowering()
DMipsISelLowering.cpp335 if (Subtarget.hasCnMips()) { in MipsTargetLowering()
DMipsInstrInfo.td202 def HasCnMips : Predicate<"Subtarget->hasCnMips()">,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h143 if (P.hasCnMips()) in setISAExtensionFromPredicates()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.h267 bool hasCnMips() const { return HasCnMips; } in hasCnMips() function
DMipsISelLowering.cpp413 if (Subtarget.hasCnMips()) { in MipsTargetLowering()
817 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()
1104 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasCnMips()) in performSHLCombine()
DMipsInstrInfo.td211 def HasCnMips : Predicate<"Subtarget->hasCnMips()">,
213 def NotCnMips : Predicate<"!Subtarget->hasCnMips()">,
DMipsSEISelLowering.cpp188 if (Subtarget.hasCnMips()) in MipsSETargetLowering()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp54 bool hasCnMips() const { return STI.getFeatureBits()[Mips::FeatureCnMips]; } in hasCnMips() function in __anon528cdaf40111::MipsDisassembler
1093 if (hasCnMips()) { in getInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp64 bool hasCnMips() const { return STI.getFeatureBits()[Mips::FeatureCnMips]; } in hasCnMips() function in __anon230c102c0111::MipsDisassembler
1347 if (hasCnMips()) { in getInstruction()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc241 …ernPredicate, 12, // (Subtarget->hasStandardEncoding()) && (!Subtarget->hasCnMips()) && (!Subtarge…
249 …rget->hasMips2()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->hasCnMips()) && (!Subtarge…
766 …ernPredicate, 12, // (Subtarget->hasStandardEncoding()) && (!Subtarget->hasCnMips()) && (!Subtarge…
774 …rget->hasMips2()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->hasCnMips()) && (!Subtarge…
1409 /* 2527*/ OPC_CheckPatternPredicate, 29, // (Subtarget->hasCnMips())
1425 /* 2553*/ OPC_CheckPatternPredicate, 29, // (Subtarget->hasCnMips())
1455 /* 2605*/ OPC_CheckPatternPredicate, 29, // (Subtarget->hasCnMips())
1471 /* 2631*/ OPC_CheckPatternPredicate, 29, // (Subtarget->hasCnMips())
1506 /* 2688*/ OPC_CheckPatternPredicate, 29, // (Subtarget->hasCnMips())
1522 /* 2714*/ OPC_CheckPatternPredicate, 29, // (Subtarget->hasCnMips())
[all …]
DMipsGenFastISel.inc262 if ((Subtarget->hasCnMips())) {
271 if ((Subtarget->hasCnMips())) {
1711 if ((Subtarget->hasCnMips())) {
DMipsGenGlobalISel.inc116 if (Subtarget->hasCnMips())
118 if (!Subtarget->hasCnMips())
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp525 bool hasCnMips() const { in hasCnMips() function in __anond0efcad40211::MipsAsmParser
1528 assert(hasCnMips() && "instruction only valid for octeon cpus"); in processInstruction()
1599 if (hasCnMips()) { in processInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp629 bool hasCnMips() const { in hasCnMips() function in __anon065d760c0211::MipsAsmParser
1829 assert(hasCnMips() && "instruction only valid for octeon cpus"); in processInstruction()
1939 if (hasCnMips()) { in processInstruction()