Home
last modified time | relevance | path

Searched defs:TruncOp (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp111 struct TruncOp : public SetIntBinOp { struct
112 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp4295 unsigned TruncOp; in PromoteNode() local
4330 unsigned ExtOp, TruncOp; in PromoteNode() local
4379 unsigned ExtOp, TruncOp; in PromoteNode() local
DDAGCombiner.cpp10840 SDValue TruncOp = DAG.getNode(ISD::TRUNCATE, DL, SVT, Op); in visitTRUNCATE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp458 Value *TruncOp = Trunc.getOperand(0); in foldVecTruncToExtElt() local
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc2095 wasm::WasmOpcode TruncOp(const MachineType& ty) { in TruncOp() function