Searched refs:OpStr (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrFMA.td | 154 string OpStr, string PackTy, string PT2, Intrinsic Int, 159 defm r132 : fma3s_rm<opc132, !strconcat(OpStr, "132", PackTy), 163 defm r231 : fma3s_rm<opc231, !strconcat(OpStr, "231", PackTy), 171 defm r213 : fma3s_rm<opc213, !strconcat(OpStr, "213", PackTy), 179 string OpStr, Intrinsic IntF32, Intrinsic IntF64, 181 defm SS : fma3s_forms<opc132, opc213, opc231, OpStr, "ss", "SS", IntF32, OpNode, 183 defm SD : fma3s_forms<opc132, opc213, opc231, OpStr, "sd", "PD", IntF64, OpNode,
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | AsmWriter.cpp | 1812 const char *OpStr = dwarf::OperationEncodingString(I->getOp()); in writeDIExpression() local 1813 assert(OpStr && "Expected valid opcode"); in writeDIExpression() 1815 Out << FS << OpStr; in writeDIExpression()
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 190 const char *OpStr = nullptr; in print() local 192 case scAddExpr: OpStr = " + "; break; in print() 193 case scMulExpr: OpStr = " * "; break; in print() 194 case scUMaxExpr: OpStr = " umax "; break; in print() 195 case scSMaxExpr: OpStr = " smax "; break; in print() 202 OS << OpStr; in print()
|
| /NextBSD/contrib/llvm/lib/Target/X86/AsmParser/ |
| HD | X86AsmParser.cpp | 1040 static unsigned getIntelMemOperandSize(StringRef OpStr) { in getIntelMemOperandSize() argument 1041 unsigned Size = StringSwitch<unsigned>(OpStr) in getIntelMemOperandSize()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExpr.cpp | 10293 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr(); in DiagnoseBitwisePrecedence() local 10299 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr; in DiagnoseBitwisePrecedence() 10301 Self.PDiag(diag::note_precedence_silence) << OpStr, in DiagnoseBitwisePrecedence()
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonInstrInfo.td | 5714 class tableidxRaw<string OpStr, bits<2>MinOp> 5717 "$Rx = "#OpStr#"($Rs, #$u4, #$S6):raw",
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXIntrinsics.td | 1341 class F_SREG<string OpStr, NVPTXRegClass regclassOut, Intrinsic IntOp> : 1343 OpStr,
|