Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
DSetTheory.cpp110 struct TruncOp : public SetIntBinOp { struct
111 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
/external/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()
/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-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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp4569 unsigned TruncOp; in PromoteNode() local
4604 unsigned ExtOp, TruncOp; in PromoteNode() local
4653 unsigned ExtOp, TruncOp; in PromoteNode() local
DDAGCombiner.cpp13874 SDValue TruncOp = DAG.getNode(ISD::TRUNCATE, DL, SVT, Op); in visitTRUNCATE() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp441 Value *TruncOp = Trunc.getOperand(0); in foldVecTruncToExtElt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp458 Value *TruncOp = Trunc.getOperand(0); in foldVecTruncToExtElt() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp531 Value *TruncOp = Trunc.getOperand(0); in foldVecTruncToExtElt() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp4885 MachineInstr *TruncOp = in isExtractHiElt() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp1916 auto TruncOp = MIRBuilder.buildTrunc(OrigTy, NewOp); in widenScalarAddSubOverflow() local