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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerHelper.h 67 LegalizeResult narrowScalar(MachineInstr &MI, unsigned TypeIdx, LLT NarrowTy);
81 LLT NarrowTy);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 268 LLT NarrowTy) {
276 uint64_t NarrowSize = NarrowTy.getSizeInBits();
291 MIRBuilder.buildUndef(NarrowTy)->getOperand(0).getReg());
302 int NumParts = SizeOp0 / NarrowTy.getSizeInBits();
305 extractParts(MI.getOperand(1).getReg(), NarrowTy, NumParts, Src1Regs);
306 extractParts(MI.getOperand(2).getReg(), NarrowTy, NumParts, Src2Regs);
312 unsigned DstReg = MRI.createGenericVirtualRegister(NarrowTy);
339 extractParts(MI.getOperand(1).getReg(), NarrowTy, NumParts, SrcRegs);
350 } else if (SrcStart == OpStart && NarrowTy == MRI.getType(OpReg)) {
392 extractParts(MI.getOperand(1).getReg(), NarrowTy, NumParts, SrcRegs)
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 373 auto *NarrowTy = cast<IntegerType>(LHS->getType());
375 IntegerType::get(NarrowTy->getContext(), NarrowTy->getBitWidth() * 2);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 450 auto *NarrowTy = cast<IntegerType>(LHS->getType());
452 IntegerType::get(NarrowTy->getContext(), NarrowTy->getBitWidth() * 2);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 738 milliseconds