/external/llvm/lib/Target/X86/ |
D | X86InstrFMA.td | 194 string OpStr, string PackTy, 197 defm r132 : fma3s_rm<opc132, !strconcat(OpStr, "132", PackTy), x86memop, RC>; 198 defm r213 : fma3s_rm<opc213, !strconcat(OpStr, "213", PackTy), x86memop, RC, 200 defm r231 : fma3s_rm<opc231, !strconcat(OpStr, "231", PackTy), x86memop, RC>; 213 string OpStr, string PackTy, 215 defm r132 : fma3s_rm_int<opc132, !strconcat(OpStr, "132", PackTy), 217 defm r213 : fma3s_rm_int<opc213, !strconcat(OpStr, "213", PackTy), 219 defm r231 : fma3s_rm_int<opc231, !strconcat(OpStr, "231", PackTy), 224 string OpStr, Intrinsic IntF32, Intrinsic IntF64, 227 defm SS : fma3s_forms<opc132, opc213, opc231, OpStr, "ss", OpNode, [all …]
|
D | X86InstrAVX512.td | 6935 multiclass avx512_common_3Op_rm_imm8<bits<8> opc, SDNode OpNode, string OpStr, 6938 defm Z : avx512_3Op_rm_imm8<opc, OpStr, OpNode, DestInfo.info512, 6942 defm Z128 : avx512_3Op_rm_imm8<opc, OpStr, OpNode, DestInfo.info128, 6944 defm Z256 : avx512_3Op_rm_imm8<opc, OpStr, OpNode, DestInfo.info256,
|
/external/skia/tests/ |
D | PathOpsOpCubicThreadedTest.cpp | 64 SkPathOpsDebug::OpStr((SkPathOp) op)); in testOpCubicsMain()
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.h | 188 static const char* OpStr(SkPathOp );
|
D | SkPathOpsDebug.cpp | 261 const char* SkPathOpsDebug::OpStr(SkPathOp op) { in OpStr() function in SkPathOpsDebug
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1821 const char *OpStr = dwarf::OperationEncodingString(I->getOp()); in writeDIExpression() local 1822 assert(OpStr && "Expected valid opcode"); in writeDIExpression() 1824 Out << FS << OpStr; in writeDIExpression()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1049 static unsigned getIntelMemOperandSize(StringRef OpStr) { in getIntelMemOperandSize() argument 1050 unsigned Size = StringSwitch<unsigned>(OpStr) in getIntelMemOperandSize()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 181 const char *OpStr = nullptr; in print() local 183 case scAddExpr: OpStr = " + "; break; in print() 184 case scMulExpr: OpStr = " * "; break; in print() 185 case scUMaxExpr: OpStr = " umax "; break; in print() 186 case scSMaxExpr: OpStr = " smax "; break; in print() 193 OS << OpStr; in print()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 10484 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr(); in DiagnoseBitwisePrecedence() local 10490 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr; in DiagnoseBitwisePrecedence() 10492 Self.PDiag(diag::note_precedence_silence) << OpStr, in DiagnoseBitwisePrecedence()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 5721 class tableidxRaw<string OpStr, bits<2>MinOp> 5724 "$Rx = "#OpStr#"($Rs, #$u4, #$S6):raw",
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 1341 class F_SREG<string OpStr, NVPTXRegClass regclassOut, Intrinsic IntOp> : 1343 OpStr,
|