HomeSort by relevance Sort by last modified time
    Searched refs:ExtOpc (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp 389 bool isRegOffOpcode(unsigned ExtOpc) const ;
390 unsigned getRegOffOpcode(unsigned ExtOpc) const;
391 unsigned getDirectRegReplacement(unsigned ExtOpc) const;
871 unsigned HCE::getRegOffOpcode(unsigned ExtOpc) const {
873 // that corresponds to the ExtOpc, return it, otherwise return 0.
875 switch (ExtOpc) {
880 const MCInstrDesc &D = HII->get(ExtOpc);
888 switch (ExtOpc) {
961 if (!isStoreImmediate(ExtOpc))
962 return ExtOpc;
    [all...]
HexagonBitSimplify.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
MachineIRBuilder.cpp 347 MachineInstrBuilder MachineIRBuilderBase::buildExtOrTrunc(unsigned ExtOpc,
350 assert((TargetOpcode::G_ANYEXT == ExtOpc || TargetOpcode::G_ZEXT == ExtOpc ||
351 TargetOpcode::G_SEXT == ExtOpc) &&
360 Opcode = ExtOpc;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 401 /// Build and insert \p Res = \p ExtOpc, \p Res = G_TRUNC \p
410 MachineInstrBuilder buildExtOrTrunc(unsigned ExtOpc, unsigned Res,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 712 unsigned ExtOpc =
714 return DAG.getNode(ExtOpc, dl, PVT, Op);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 116 milliseconds