Searched defs:SETCC (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h52 SETCC, enumerator in enum:llvm::MSP430ISD::__anon26033
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h32 SETCC, enumerator in enum:llvm::HexagonISD::__anon26016
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h344 SETCC, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h100 SETCC, enumerator in enum:llvm::X86ISD::NodeType
105 // Same as SETCC except it's materialized with a sbb and the value is all
109 /// X86 FP SETCC, implemented with CMP{cc}SS/CMP{cc}SD.
608 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp597 if (N.getOpcode() == ISD::SETCC) {
1233 case ISD::SETCC: return visitSETCC(N);
2813 TLI.isOperationLegal(ISD::SETCC,
3393 TLI.isOperationLegal(ISD::SETCC,
3748 case ISD::SETCC:
3966 if (N01CV && N01CV->isConstant() && N00.getOpcode() == ISD::SETCC &&
4530 // can find the SETCC that produced it and inspect its operands. This is
4531 // fairly easy if C is the SETCC node, but it can potentially be
4582 if (N0.getOpcode() == ISD::SETCC) {
4673 if (N0.getOpcode() == ISD::SETCC) {
10976 SDValue SETCC = DAG.getNode(ISD::SETCC, SDLoc(N0), local
[all...]

Completed in 1703 milliseconds