HomeSort by relevance Sort by last modified time
    Searched defs:CarryOut (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 450 SDNode *CarryOut = DAG.getMachineNode(BF::OR_ac0_cc, dl, MVT::Glue,
454 SDValue ops[2] = { SDValue(Sum, 0), SDValue(CarryOut, 0) };
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 313 unsigned CarryOut = MRI.createGenericVirtualRegister(LLT::scalar(1));
315 MIRBuilder.buildUAdde(DstReg, CarryOut, Src1Regs[i],
319 CarryIn = CarryOut;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 221 milliseconds