OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONDCODE
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
60
BasicBlock, VALUETYPE,
CONDCODE
, Register, RegisterMask,
696
/// ISD::
CondCode
enum - These are ordered carefully to make the bitfields
709
enum
CondCode
{
[
all
...]
SelectionDAGNodes.h
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
282
case ISD::
CONDCODE
:
SelectionDAG.cpp
222
ISD::
CondCode
ISD::getSetCCSwappedOperands(ISD::
CondCode
Operation) {
227
return ISD::
CondCode
((Operation & ~6) | // Keep the N, U, E bits
234
ISD::
CondCode
ISD::getSetCCInverse(ISD::
CondCode
Op, bool isInteger) {
244
return ISD::
CondCode
(Operation);
251
static int isSignedOp(ISD::
CondCode
Opcode) {
271
ISD::
CondCode
ISD::getSetCCOrOperation(ISD::
CondCode
Op1, ISD::
CondCode
Op2
[
all
...]
Completed in 428 milliseconds