OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSimpleValueType
(Results
1 - 15
of
15
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp
97
MVT VT = ScegN->
getSimpleValueType
(i);
135
MVT VT = Op.getNode()->
getSimpleValueType
(Op.getResNo());
335
MVT VT = SU->getNode()->
getSimpleValueType
(i);
344
MVT VT = Op.getNode()->
getSimpleValueType
(Op.getResNo());
488
MVT VT = ScegN->
getSimpleValueType
(i);
499
MVT VT = Op.getNode()->
getSimpleValueType
(Op.getResNo());
InstrEmitter.cpp
102
MVT VT = Node->
getSimpleValueType
(ResNo);
127
MVT VT = Node->
getSimpleValueType
(Op.getResNo());
277
TLI->getRegClassFor(Op.
getSimpleValueType
());
477
TLI->getRegClassFor(Node->
getSimpleValueType
(0));
500
Node->getOperand(0).
getSimpleValueType
(),
532
const TargetRegisterClass *SRC = TLI->getRegClassFor(Node->
getSimpleValueType
(0));
[
all
...]
TargetLowering.cpp
[
all
...]
LegalizeVectorOps.cpp
166
MVT ValVT = ST->getValue().
getSimpleValueType
();
319
MVT VT = Op.
getSimpleValueType
();
ScheduleDAGRRList.cpp
[
all
...]
ScheduleDAGSDNodes.cpp
565
ValueType = Node->
getSimpleValueType
(DefIdx);
[
all
...]
LegalizeDAG.cpp
720
MVT VT = Value.
getSimpleValueType
();
[
all
...]
SelectionDAGBuilder.cpp
240
assert(RegisterVT == Parts[0].
getSimpleValueType
() &&
[
all
...]
DAGCombiner.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
319
TLI->
getSimpleValueType
(CI->getArgOperand(0)->getType(), true);
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
134
MVT
getSimpleValueType
() const {
614
MVT
getSimpleValueType
(unsigned ResNo) const {
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
586
MVT
getSimpleValueType
(Type *Ty, bool AllowUnknown = false) const {
[
all
...]
/external/llvm/lib/Target/R600/
SIISelLowering.cpp
724
return getRegClassFor(Op.
getSimpleValueType
());
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
[
all
...]
Completed in 275 milliseconds