HomeSort by relevance Sort by last modified time
    Searched refs:getSimpleValueType (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 98 MVT VT = ScegN->getSimpleValueType(i);
136 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo());
336 MVT VT = SU->getNode()->getSimpleValueType(i);
345 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo());
488 MVT VT = ScegN->getSimpleValueType(i);
499 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo());
InstrEmitter.cpp 104 MVT VT = Node->getSimpleValueType(ResNo);
127 MVT VT = Node->getSimpleValueType(Op.getResNo());
226 if (i < NumResults && TLI->isTypeLegal(Node->getSimpleValueType(i))) {
228 TLI->getRegClassFor(Node->getSimpleValueType(i));
289 TLI->getRegClassFor(Op.getSimpleValueType());
487 TLI->getRegClassFor(Node->getSimpleValueType(0));
510 Node->getOperand(0).getSimpleValueType(),
542 const TargetRegisterClass *SRC = TLI->getRegClassFor(Node->getSimpleValueType(0));
    [all...]
TargetLowering.cpp     [all...]
LegalizeDAG.cpp 727 MVT VT = Value.getSimpleValueType();
    [all...]
LegalizeVectorOps.cpp 211 MVT ValVT = ST->getValue().getSimpleValueType();
359 MVT VT = Op.getSimpleValueType();
    [all...]
ScheduleDAGRRList.cpp     [all...]
ScheduleDAGSDNodes.cpp 571 ValueType = Node->getSimpleValueType(DefIdx);
    [all...]
SelectionDAGBuilder.cpp 256 assert(RegisterVT == Parts[0].getSimpleValueType() &&
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp 503 MVT SrcVT = N->getOperand(0).getSimpleValueType();
504 MVT DstVT = N->getSimpleValueType(0);
795 MVT VT = N.getSimpleValueType();
843 MVT VT = N.getSimpleValueType();
    [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 339 TLI->getSimpleValueType(CI->getArgOperand(0)->getType(), true);
PPCISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 162 MVT getSimpleValueType() const {
655 MVT getSimpleValueType(unsigned ResNo) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 659 MVT getSimpleValueType(Type *Ty, bool AllowUnknown = false) const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 455 switch (N->getSimpleValueType(0).SimpleTy) {
491 switch (N->getSimpleValueType(0).SimpleTy) {
502 switch (N->getSimpleValueType(0).SimpleTy) {
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 453 MVT::SimpleValueType TargetVT = LD->getSimpleValueType(0).SimpleTy;
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 930 milliseconds

1 2