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

  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.h 25 SmallSetVector<unsigned, 32> Chains;
33 // Add constraints between existing chains
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 372 SmallVector<SDValue, 8> Chains;
381 Chains.push_back(DAG.getStore(
385 if (!Chains.empty())
386 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains);
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 731 SmallVector<SDValue, 16> Chains;
753 Chains.push_back(Arg.getValue(1));
    [all...]
AMDGPUISelLowering.cpp 459 // We want to find all load dependencies for long chains of stores to enable
787 SmallVector<SDValue, 8> Chains;
794 Chains.push_back(LowerConstantInitializer(Elt, GV, Ptr, Chain, DAG));
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 396 /// consecutive chains with better chains. Return true only if St is
399 /// Notice that other chains may still be replaced even if the function
432 SmallVectorImpl<SDValue> &Chains,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 539 milliseconds