Searched refs:TruncOp (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 111 struct TruncOp : public SetIntBinOp { struct 262 addOperator("trunc", std::make_unique<TruncOp>()); in SetTheory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 4295 unsigned TruncOp; 4297 TruncOp = ISD::BITCAST; 4301 TruncOp = ISD::TRUNCATE; 4309 Tmp2 = DAG.getNode(TruncOp, dl, OVT, Tmp1); 4330 unsigned ExtOp, TruncOp; 4333 TruncOp = ISD::BITCAST; 4350 TruncOp = ISD::TRUNCATE; 4357 Results.push_back(DAG.getNode(TruncOp, dl, OVT, Tmp1)); 4379 unsigned ExtOp, TruncOp; 4383 TruncOp [all...] |
H A D | DAGCombiner.cpp | 10840 SDValue TruncOp = DAG.getNode(ISD::TRUNCATE, DL, SVT, Op); in visitTRUNCATE() local 10841 TruncOps.push_back(TruncOp); in visitTRUNCATE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 458 Value *TruncOp = Trunc.getOperand(0); in foldVecTruncToExtElt() local 460 if (!TruncOp->hasOneUse() || !isa<IntegerType>(DestType)) in foldVecTruncToExtElt() 465 if (!match(TruncOp, m_CombineOr(m_BitCast(m_Value(VecInput)), in foldVecTruncToExtElt()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 2095 wasm::WasmOpcode TruncOp(const MachineType& ty) { in TruncOp() function 2164 trunc = Unop(TruncOp(float_ty), input); in BuildIntConvertFloat()
|
Completed in 53 milliseconds