Home
last modified time | relevance | path

Searched refs:hasGINV (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h168 if (P.hasGINV()) in setASESetFromPredicates()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp194 if (!hasMips32r6() && hasGINV() && !GINVWarningPrinted) { in MipsSubtarget()
DMipsSubtarget.h309 bool hasGINV() const { return HasGINV; } in hasGINV() function
DMipsInstrInfo.td251 def HasGINV : Predicate<"Subtarget->hasGINV()">,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp660 bool hasGINV() const { in hasGINV() function in __anon7df596570211::MipsAsmParser