Searched refs:hasCRC (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 165 if (P.hasCRC()) in setASESetFromPredicates()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 200 if (!hasMips32r6() && hasCRC() && !CRCWarningPrinted) { in MipsSubtarget()
|
D | MipsSubtarget.h | 319 bool hasCRC() const { return HasCRC; } in hasCRC() function
|
D | MipsScheduleGeneric.td | 704 // MIPSR6 CRC ASE - hasCRC 710 // MIPS64R6 CRC ASE - hasCRC
|
D | MipsInstrInfo.td | 252 def HasCRC : Predicate<"Subtarget->hasCRC()">,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 314 bool hasCRC() const { return HasCRC; } in hasCRC() function
|
D | AArch64InstrInfo.td | 93 def HasCRC : Predicate<"Subtarget->hasCRC()">,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMPredicates.td | 94 def HasCRC : Predicate<"Subtarget->hasCRC()">,
|
D | ARMSubtarget.h | 617 bool hasCRC() const { return HasCRC; } in hasCRC() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 700 bool hasCRC() const { in hasCRC() function in __anon6293723e0211::MipsAsmParser
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDAGISel.inc | 15679 /* 33567*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()… 15685 /* 33578*/ OPC_CheckPatternPredicate, 20, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()… 15696 /* 33597*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()… 15702 /* 33608*/ OPC_CheckPatternPredicate, 20, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()… 15713 /* 33627*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()… 15719 /* 33638*/ OPC_CheckPatternPredicate, 20, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()… 15730 /* 33657*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()… 15736 /* 33668*/ OPC_CheckPatternPredicate, 20, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()… 15747 /* 33687*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()… 15753 /* 33698*/ OPC_CheckPatternPredicate, 20, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()… [all …]
|
D | ARMGenGlobalISel.inc | 177 if (Subtarget->hasCRC())
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 82 if (Subtarget->hasCRC())
|