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

12

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 482 SDValue Elt = GetScalarizedVector(N->getOperand(0));
484 N->getValueType(0), Elt);
492 SDValue Elt = GetScalarizedVector(N->getOperand(0));
494 N->getValueType(0).getScalarType(), Elt);
556 SDValue Elt = GetScalarizedVector(N->getOperand(0));
558 N->getValueType(0).getVectorElementType(), Elt,
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 721 Constant *Elt = Init->getAggregateElement(I);
722 Chains.push_back(LowerConstantInitializer(Elt, GV, Ptr, Chain, DAG));
745 Constant *Elt = Init->getAggregateElement(i);
746 Chains.push_back(LowerConstantInitializer(Elt, GV, Ptr, Chain, DAG));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 691 milliseconds

12