HomeSort by relevance Sort by last modified time
    Searched defs:Opc (Results 101 - 112 of 112) sorted by null

1 2 3 45

  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 479 unsigned Opc = N->getOpcode() == ISD::SDIVREM ? MipsISD::DivRem16 :
483 SDValue DivRem = DAG.getNode(Opc, DL, MVT::Glue,
678 unsigned Opc = (N->getOpcode() == MipsISD::CMovFP_T) ? MipsISD::CMovFP_F :
682 return DAG.getNode(Opc, SDLoc(N), ValueIfFalse.getValueType(),
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 350 static void AddNodeIDOpcode(FoldingSetNodeID &ID, unsigned OpC) {
351 ID.AddInteger(OpC);
396 static void AddNodeIDNode(FoldingSetNodeID &ID, unsigned short OpC,
398 AddNodeIDOpcode(ID, OpC);
    [all...]
DAGCombiner.cpp 329 SDValue ReassociateOps(unsigned Opc, SDLoc DL, SDValue LHS, SDValue RHS);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 2314 ARM_AM::AddrOpc opc = PostIdxReg.isAdd ? ARM_AM::add : ARM_AM::sub; local
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 549 milliseconds

1 2 3 45