Home
last modified time | relevance | path

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 DSetTheory.cpp111 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 DLegalizeDAG.cpp4295 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 DDAGCombiner.cpp10840 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 DInstCombineCasts.cpp458 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 Dwasm-compiler.cc2095 wasm::WasmOpcode TruncOp(const MachineType& ty) { in TruncOp() function
2164 trunc = Unop(TruncOp(float_ty), input); in BuildIntConvertFloat()

Completed in 53 milliseconds