Searched defs:TruncOp (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | SetTheory.cpp | 95 struct TruncOp : public SetIntBinOp { struct 96 void apply2(SetTheory &ST, DagInit *Expr, in apply2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 112 struct TruncOp : public SetIntBinOp { struct 113 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
|
/external/llvm/lib/TableGen/ |
D | SetTheory.cpp | 101 struct TruncOp : public SetIntBinOp { struct 102 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 4065 unsigned TruncOp; in PromoteNode() local 4095 unsigned ExtOp, TruncOp; in PromoteNode() local 4113 unsigned ExtOp, TruncOp; in PromoteNode() local
|
D | DAGCombiner.cpp | 6602 SDValue TruncOp = N0.getOperand(0); in visitANY_EXTEND() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 4357 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/ |
D | LegalizeDAG.cpp | 3883 unsigned ExtOp, TruncOp; in PromoteNode() local 3901 unsigned ExtOp, TruncOp; in PromoteNode() local
|
D | DAGCombiner.cpp | 4443 SDValue TruncOp = N0.getOperand(0); in visitANY_EXTEND() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 441 Value *TruncOp = Trunc.getOperand(0); in foldVecTruncToExtElt() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 458 Value *TruncOp = Trunc.getOperand(0); in foldVecTruncToExtElt() local
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 1609 wasm::WasmOpcode TruncOp(const MachineType& ty) { in TruncOp() function
|