Searched refs:isNormalLoad (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp247 assert(ISD::isNormalLoad(N) && "This routine only for normal loads!");
H A DDAGCombiner.cpp5600 if (ISD::isNormalLoad(N0.getNode()) && N0.hasOneUse() &&
7392 if (ISD::isNormalLoad(N) && !LD->isVolatile()) {
7470 !ISD::isNormalLoad(V->getOperand(0).getNode()))
7637 if (ISD::isNormalLoad(N0.getNode()) && N0.hasOneUse() &&
7723 if (ISD::isNormalStore(ST) && ISD::isNormalLoad(Value.getNode()) &&
8686 if (ISD::isNormalLoad(InVec.getNode())) {
8690 ISD::isNormalLoad(InVec.getOperand(0).getNode())) {
8722 if (ISD::isNormalLoad(InVec.getNode())) {
H A DLegalizeFloatTypes.cpp1121 if (ISD::isNormalLoad(N)) {
H A DLegalizeIntegerTypes.cpp1777 if (ISD::isNormalLoad(N)) {
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1792 /// isNormalLoad - Returns true if the specified node is a non-extending
1794 inline bool isNormalLoad(const SDNode *N) { function in namespace:llvm::SDNode::ISD
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp394 ISD::isNormalLoad(LD)) {
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3140 return ISD::isNormalLoad(N);
8439 if (ISD::isNormalLoad(InNode) && InNode->hasOneUse() &&
8636 if (ISD::isNormalLoad(Elt) && !cast<LoadSDNode>(Elt)->isVolatile())
8685 !ISD::isNormalLoad(Elt) || cast<LoadSDNode>(Elt)->isVolatile())
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp910 ISD::isNormalLoad(CmpOp0.getNode()) &&
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1868 if (!ISD::isNormalLoad(Load.getNode())) return false;
H A DX86ISelLowering.cpp3035 return Op.hasOneUse() && ISD::isNormalLoad(Op.getNode());
4994 if (!ISD::isNormalLoad(LD) || LD->isVolatile())
5250 bool IsLoad = ISD::isNormalLoad(Ld.getNode());
6712 (!ISD::isNormalLoad(V.getNode()) || !V.hasOneUse())) {
15234 if (!ISD::isNormalLoad(LdNode.getNode()))
17110 if (!Ld || !ISD::isNormalLoad(Ld))
17443 if (!ISD::isNormalLoad(N00.getNode()))

Completed in 395 milliseconds