HomeSort by relevance Sort by last modified time
    Searched defs:Chain (Results 26 - 45 of 45) sorted by null

12

  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 418 SDValue Chain = CLI.Chain;
427 SDValue tempChain = Chain;
428 Chain = DAG.getCALLSEQ_START(Chain,
430 SDValue InFlag = Chain.getValue(1);
450 SDValue DeclareParamOps[] = { Chain,
455 Chain = DAG.getNode(NVPTXISD::DeclareScalarParam, dl, DeclareParamVTs,
457 InFlag = Chain.getValue(1);
459 SDValue CopyParamOps[] = { Chain, DAG.getConstant(paramCount, MVT::i32)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 359 /// MoveBelowCallOrigChain - Replace the original chain operand of the call with
360 /// load's chain operand and move load below the call's chain operand.
364 SDValue Chain = OrigChain.getOperand(0);
365 if (Chain.getNode() == Load.getNode())
368 assert(Chain.getOpcode() == ISD::TokenFactor &&
369 "Unexpected chain operand");
370 for (unsigned i = 0, e = Chain.getNumOperands(); i != e; ++i)
371 if (Chain.getOperand(i).getNode() == Load.getNode())
374 Ops.push_back(Chain.getOperand(i))
    [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 332 SDValue Chain = Op.getOperand(0);
344 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);
349 return DAG.getNode(XCoreISD::BR_JT32, dl, MVT::Other, Chain, TargetJT,
415 SDValue Chain = LD->getChain();
427 return DAG.getLoad(getPointerTy(), DL, Chain, BasePtr,
445 SDValue Low = DAG.getLoad(getPointerTy(), DL, Chain,
448 SDValue High = DAG.getLoad(getPointerTy(), DL, Chain,
454 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
456 SDValue Ops[] = { Result, Chain };
461 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain,
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 107 /// chain and to introduce it into the list of pending redeclaration chains
111 /// chain by calling \c suppress().
151 /// chain hanging off an identifier or the DeclContext we searched in)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 174 // Legalized the chain result - switch anything that used the old chain to
187 // Legalized the chain result - switch anything that used the old chain to
200 // Legalized the chain result - switch anything that used the old chain to
424 // Legalized the chain result - switch anything that used the old chain to
703 SDValue Chain = N->getOperand(0); // Get the chain
    [all...]
LegalizeVectorTypes.cpp 220 // Legalized the chain result - switch anything that used the old chain to
835 // Legalized the chain result - switch anything that used the old chain to
    [all...]
SelectionDAGBuilder.cpp 644 /// Chain/Flag as the input and updates them for the output Chain/Flag.
648 SDValue &Chain, SDValue *Flag,
653 /// Chain/Flag as the input and updates them for the output Chain/Flag.
656 SDValue &Chain, SDValue *Flag, const Value *V) const;
670 /// Chain/Flag as the input and updates them for the output Chain/Flag.
675 SDValue &Chain, SDValue *Flag,
696 P = DAG.getCopyFromReg(Chain, dl, Regs[Part+i], RegisterVT)
    [all...]
DAGCombiner.cpp 279 /// GatherAllAliases - Walk up chain skipping non-aliasing memory nodes,
307 /// FindBetterChain - Walk up chain skipping non-aliasing memory nodes,
308 /// looking for a better chain (aliasing node.)
309 SDValue FindBetterChain(SDNode *N, SDValue Chain);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 824 DebugLoc DL, SDValue &Chain) const {
846 SDValue Val = DAG.getCopyFromReg(Chain, DL, VReg, MVT::i64);
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 455 SDValue Chain = CurDAG->getEntryNode();
468 SDValue CopyFromLo = CurDAG->getCopyFromReg(Chain, DL, Mips::LO, MVT::i32,
528 SDValue Chain = CurDAG->getEntryNode();
541 SDValue CopyFromLo = CurDAG->getCopyFromReg(Chain, DL, Mips::LO, MVT::i32,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 96 // Stress test IV chain generation.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 847 milliseconds

12