Searched refs:ConvertOp (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 232 static bool canFoldMergeOpcode(unsigned MergeOp, unsigned ConvertOp, in canFoldMergeOpcode() argument 262 if (ConvertOp == 0) in canFoldMergeOpcode() 266 if (ConvertOp == 0) in canFoldMergeOpcode() 276 if (ConvertOp == TargetOpcode::G_TRUNC) in canFoldMergeOpcode() 297 unsigned ConvertOp = 0; in tryCombineMerges() local 302 ConvertOp = SrcOp; in tryCombineMerges() 307 ConvertOp, OpTy, DestTy)) in tryCombineMerges() 331 if (ConvertOp) { in tryCombineMerges() 343 Builder.buildInstr(ConvertOp, {DstRegs[j]}, {TmpRegs[j]}); in tryCombineMerges() 351 if (ConvertOp ! in tryCombineMerges() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 2601 // %Out = int_xxx_cvtyyy(%ConvertOp) 2603 // %Out = int_xxx_cvtyyy(%CopyOp, %ConvertOp) 2604 // Intrinsic converts \p NumUsedElements elements of \p ConvertOp to the same 2609 // \p ConvertOp[0:NumUsedElements] to be fully initialized and trap otherwise. 2615 Value *CopyOp, *ConvertOp; 2623 ConvertOp = I.getArgOperand(1); 2626 ConvertOp = I.getArgOperand(0); 2633 // The first *NumUsedElements* elements of ConvertOp are converted to the 2636 // Combine shadow for elements of ConvertOp that are used in this operation, 2638 // FIXME: consider propagating shadow of ConvertOp, a [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 1969 const Operator* ConvertOp(WasmGraphBuilder* builder, wasm::WasmOpcode opcode) { in ConvertOp() function 2158 const Operator* conv_op = ConvertOp(this, opcode); in BuildIntConvertFloat()
|
Completed in 17 milliseconds