|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/BasicTTIImpl.h 646 if (!TLI->isOperationExpand(ISD, LT.second)) {
742 if (!TLI->isOperationExpand(ISD, DstLT.second))
766 if (!TLI->isOperationExpand(ISD, DstLT.second))
840 !TLI->isOperationExpand(ISD, LT.second)) {
1480 } else if (!TLI->isOperationExpand(ISD, LT.second)) {
include/llvm/CodeGen/TargetLowering.h 2598 return VT.isSimple() || !isOperationExpand(Opcode, VT);
lib/CodeGen/SelectionDAG/DAGCombiner.cpp12738 (!DAG.getTargetLoweringInfo().isOperationExpand(ISD::FPOW, VT) &&
12739 DAG.getTargetLoweringInfo().isOperationExpand(ISD::FCBRT, VT)))
16927 TLI.isOperationExpand(ISD::VECTOR_SHUFFLE, VecVT)) {
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 3563 assert(!TLI.isOperationExpand(ISD::SELECT, VT) &&
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp 2875 TLI.isOperationExpand(N->getOpcode(), VT.getScalarType())) {
lib/Target/PowerPC/PPCTargetTransformInfo.cpp 711 if (TLI->isOperationExpand(ISD, LT1.second))
lib/Target/X86/X86ISelLowering.cpp 1833 if (isOperationExpand(Op, MVT::f32))
4995 return VT.isSimple() || !isOperationExpand(Opcode, VT);