Searched refs:Simp (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | BugDriver.h | 218 Module *deleteInstructionFromProgram(const Instruction *I, unsigned Simp);
|
/external/llvm/tools/bugpoint/ |
D | BugDriver.h | 214 unsigned Simp);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5848 SDValue Simp = SimplifySetCC(TLI.getSetCCResultType(CondLHS.getValueType()), in visitBR_CC() local 5851 if (Simp.getNode()) AddToWorkList(Simp.getNode()); in visitBR_CC() 5854 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC) in visitBR_CC() 5856 N->getOperand(0), Simp.getOperand(2), in visitBR_CC() 5857 Simp.getOperand(0), Simp.getOperand(1), in visitBR_CC()
|
D | SelectionDAG.cpp | 3129 SDValue Simp = FoldSetCC(VT, N1, N2, cast<CondCodeSDNode>(N3)->get(), DL); in getNode() local 3130 if (Simp.getNode()) return Simp; in getNode()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 9594 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()), in visitBR_CC() local 9597 if (Simp.getNode()) AddToWorklist(Simp.getNode()); in visitBR_CC() 9600 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC) in visitBR_CC() 9602 N->getOperand(0), Simp.getOperand(2), in visitBR_CC() 9603 Simp.getOperand(0), Simp.getOperand(1), in visitBR_CC()
|