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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerHelper.h 98 /// ExtOpcode for the extension instruction, and replacing the vreg of the
101 unsigned ExtOpcode);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 595 unsigned OpIdx, unsigned ExtOpcode) {
597 auto ExtB = MIRBuilder.buildInstr(ExtOpcode, WideTy, MO.getReg());
783 unsigned ExtOpcode = CmpInst::isSigned(static_cast<CmpInst::Predicate>(
787 widenScalarSrc(MI, WideTy, 2, ExtOpcode);
788 widenScalarSrc(MI, WideTy, 3, ExtOpcode);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 288 milliseconds