Home
last modified time | relevance | path

Searched refs:OpStr (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrFMA.td154 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,
/external/skia/tests/
DPathOpsOpCubicThreadedTest.cpp64 SkPathOpsDebug::OpStr((SkPathOp) op)); in testOpCubicsMain()
/external/skia/src/pathops/
DSkPathOpsDebug.h164 static const char* OpStr(SkPathOp );
DSkPathOpsDebug.cpp118 const char* SkPathOpsDebug::OpStr(SkPathOp op) { in OpStr() function in SkPathOpsDebug
/external/llvm/lib/IR/
DAsmWriter.cpp1758 const char *OpStr = dwarf::OperationEncodingString(I->getOp()); in writeMDExpression() local
1759 assert(OpStr && "Expected valid opcode"); in writeMDExpression()
1761 Out << FS << OpStr; in writeMDExpression()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp190 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()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp997 static unsigned getIntelMemOperandSize(StringRef OpStr) { in getIntelMemOperandSize() argument
998 unsigned Size = StringSwitch<unsigned>(OpStr) in getIntelMemOperandSize()
/external/clang/lib/Sema/
DSemaExpr.cpp10192 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr(); in DiagnoseBitwisePrecedence() local
10198 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr; in DiagnoseBitwisePrecedence()
10200 Self.PDiag(diag::note_precedence_silence) << OpStr, in DiagnoseBitwisePrecedence()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td5719 class tableidxRaw<string OpStr, bits<2>MinOp>
5722 "$Rx = "#OpStr#"($Rs, #$u4, #$S6):raw",
/external/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td1341 class F_SREG<string OpStr, NVPTXRegClass regclassOut, Intrinsic IntOp> :
1343 OpStr,