/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 145 if (P.hasCnMips()) in setISAExtensionFromPredicates()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 218 bool hasCnMips() const { return HasCnMips; } in hasCnMips() function
|
D | MipsSEISelLowering.cpp | 119 if (Subtarget.hasCnMips()) in MipsSETargetLowering()
|
D | MipsISelLowering.cpp | 335 if (Subtarget.hasCnMips()) { in MipsTargetLowering()
|
D | MipsInstrInfo.td | 202 def HasCnMips : Predicate<"Subtarget->hasCnMips()">,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 143 if (P.hasCnMips()) in setISAExtensionFromPredicates()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 267 bool hasCnMips() const { return HasCnMips; } in hasCnMips() function
|
D | MipsISelLowering.cpp | 413 if (Subtarget.hasCnMips()) { in MipsTargetLowering() 817 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine() 1104 if (DCI.isBeforeLegalizeOps() || !Subtarget.hasCnMips()) in performSHLCombine()
|
D | MipsInstrInfo.td | 211 def HasCnMips : Predicate<"Subtarget->hasCnMips()">, 213 def NotCnMips : Predicate<"!Subtarget->hasCnMips()">,
|
D | MipsSEISelLowering.cpp | 188 if (Subtarget.hasCnMips()) in MipsSETargetLowering()
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 54 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/ |
D | MipsDisassembler.cpp | 64 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/ |
D | MipsGenDAGISel.inc | 241 …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 …]
|
D | MipsGenFastISel.inc | 262 if ((Subtarget->hasCnMips())) { 271 if ((Subtarget->hasCnMips())) { 1711 if ((Subtarget->hasCnMips())) {
|
D | MipsGenGlobalISel.inc | 116 if (Subtarget->hasCnMips()) 118 if (!Subtarget->hasCnMips())
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 525 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/ |
D | MipsAsmParser.cpp | 629 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()
|