HomeSort by relevance Sort by last modified time
    Searched refs:Chain (Results 76 - 100 of 115) sorted by null

1 2 34 5

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 226 /// Return true if pow2 div is cheaper than a chain of srl/add/sra.
251 /// chain like:
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 489 SDValue Chain,
495 return DAG.getNode(AMDGPUISD::RET_FLAG, DL, MVT::Other, Chain);
567 // XXX: LLVM seems not to replace Chain Value inside CustomWidenLowerNode
596 SDValue Chain,
605 return DAG.getStore(Chain, DL, DAG.getConstant(*CI, VT), InitPtr,
613 return DAG.getStore(Chain, DL, DAG.getConstantFP(*CFP, VT), InitPtr,
629 Chains.push_back(LowerConstantInitializer(Elt, GV, Ptr, Chain, DAG));
653 Chains.push_back(LowerConstantInitializer(Elt, GV, Ptr, Chain, DAG));
662 return DAG.getStore(Chain, DL, DAG.getUNDEF(VT), InitPtr,
727 SDValue Chain = LowerConstantInitializer(Init, GV, InitPtr, DAG.getEntryNode(), DAG)
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 228 // Legalized the chain result - switch anything that used the old chain to
    [all...]
LegalizeFloatTypes.cpp 524 // Legalized the chain result - switch anything that used the old chain to
537 // Legalized the chain result - switch anything that used the old chain to
564 SDValue Chain = N->getOperand(0); // Get the chain.
571 NewVAARG = DAG.getVAArg(NVT, dl, Chain, Ptr, N->getOperand(2),
574 // Legalized the chain result - switch anything that used the old chain to
    [all...]
LegalizeIntegerTypes.cpp 178 // Legalized the chain result - switch anything that used the old chain to
191 // Legalized the chain result - switch anything that used the old chain to
228 // Legalized the chain result - switch anything that used the old chain to
452 // Legalized the chain result - switch anything that used the old chain to
742 SDValue Chain = N->getOperand(0); // Get the chain
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIISelLowering.cpp 310 SDValue Chain = Op.getOperand(0);
327 MVT::Other, Chain,
AMDILISelLowering.cpp 476 SDValue Chain = Op.getOperand(0);
484 Chain, Jump, Cond);
  /external/clang/include/clang/Serialization/
ASTWriter.h 110 ASTReader *Chain;
344 /// if its primary namespace comes from the chain. If it does, we add the
745 bool hasChain() const { return Chain; }
  /external/mesa3d/src/gallium/drivers/radeon/
SIISelLowering.cpp 310 SDValue Chain = Op.getOperand(0);
327 MVT::Other, Chain,
AMDILISelLowering.cpp 476 SDValue Chain = Op.getOperand(0);
484 Chain, Jump, Cond);
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 423 CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const {
504 MipsII::MO_GOT, Chain,
513 InternalLinkage, CLI, Callee, Chain);
MipsSEISelDAGToDAG.cpp 788 SDValue Chain = CurDAG->getCopyToReg(CurDAG->getEntryNode(), DL, DestReg,
790 SDValue ResNode = CurDAG->getCopyFromReg(Chain, DL, DestReg, PtrVT);
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 110 /// chain and to introduce it into the list of pending redeclaration chains
114 /// chain by calling \c suppress().
154 /// chain hanging off an identifier or the DeclContext we searched in)
    [all...]
  /external/fonttools/Lib/fontTools/
subset.py 469 if klass.__name__.startswith('Chain'):
470 Chain = 'Chain'
472 Chain = ''
473 ChainTyp = Chain+Typ
477 self.Chain = Chain
516 if Chain:
540 self.ClassDef = 'InputClassDef' if Chain else 'ClassDef'
541 self.ClassDefIndex = 1 if Chain else
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 87 interceptor->Chain(scoped_ptr<net::URLRequestJobFactory>(
90 interceptor->Chain(scoped_ptr<net::URLRequestJobFactory>());
    [all...]
protocol_handler_registry.cc 174 void ProtocolHandlerRegistry::JobInterceptorFactory::Chain(
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 788 * This is the standard DeltaBlue benchmark. A long chain of equality
795 * chain. In case 2, the added constraint is weaker than the stay
804 // Build chain of n equality constraints
824 alert("Chain test failed.");
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1199 var Chain = new Class({
1201 $chain: [],
1203 chain: function(){
1204 this.$chain.extend(Array.flatten(arguments));
1209 return (this.$chain.length) ? this.$chain.shift().apply(this, arguments) : false;
1213 this.$chain.empty();
    [all...]

Completed in 954 milliseconds

1 2 34 5