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/ |
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 != 0 || NumMergeRegs % NumDefs != 0) in tryCombineMerges() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2615 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local 2623 ConvertOp = I.getArgOperand(1); in handleVectorConvertIntrinsic() 2626 ConvertOp = I.getArgOperand(0); in handleVectorConvertIntrinsic() 2640 Value *ConvertShadow = getShadow(ConvertOp); in handleVectorConvertIntrinsic() 2642 if (ConvertOp->getType()->isVectorTy()) { in handleVectorConvertIntrinsic() 2654 insertShadowCheck(AggShadow, getOrigin(ConvertOp), &I); in handleVectorConvertIntrinsic()
|
/third_party/node/deps/v8/src/compiler/ |
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()
|