|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/TargetLowering.h 4045 bool expandMUL_LOHI(unsigned Opcode, EVT VT, SDLoc dl, SDValue LHS,
References
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 3259 if (TLI.expandMUL_LOHI(Node->getOpcode(), VT, Node, LHS, RHS, Halves,
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp 2926 if (!TLI.expandMUL_LOHI(LoHiOp, VT, dl, LHS, RHS, Result, NVT, DAG,
lib/CodeGen/SelectionDAG/TargetLowering.cpp 5774 bool Ok = expandMUL_LOHI(N->getOpcode(), N->getValueType(0), N,