Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.cpp95 struct TruncOp : public SetIntBinOp { struct
96 void apply2(SetTheory &ST, DagInit *Expr, in apply2()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DSetTheory.cpp112 struct TruncOp : public SetIntBinOp { struct
113 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
/external/llvm/lib/TableGen/
DSetTheory.cpp101 struct TruncOp : public SetIntBinOp { struct
102 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp4065 unsigned TruncOp; in PromoteNode() local
4095 unsigned ExtOp, TruncOp; in PromoteNode() local
4113 unsigned ExtOp, TruncOp; in PromoteNode() local
DDAGCombiner.cpp6602 SDValue TruncOp = N0.getOperand(0); in visitANY_EXTEND() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp4357 unsigned TruncOp; in PromoteNode() local
4392 unsigned ExtOp, TruncOp; in PromoteNode() local
4441 unsigned ExtOp, TruncOp; in PromoteNode() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3883 unsigned ExtOp, TruncOp; in PromoteNode() local
3901 unsigned ExtOp, TruncOp; in PromoteNode() local
DDAGCombiner.cpp4443 SDValue TruncOp = N0.getOperand(0); in visitANY_EXTEND() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp441 Value *TruncOp = Trunc.getOperand(0); in foldVecTruncToExtElt() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp458 Value *TruncOp = Trunc.getOperand(0); in foldVecTruncToExtElt() local
/external/v8/src/compiler/
Dwasm-compiler.cc1609 wasm::WasmOpcode TruncOp(const MachineType& ty) { in TruncOp() function