HomeSort by relevance Sort by last modified time
    Searched refs:getCondCode (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 686 DAG.getCondCode(CCCode), NewLHS, NewRHS,
    [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
TargetLowering.cpp 208 NewLHS, NewRHS, DAG.getCondCode(CCCode));
213 NewRHS, DAG.getCondCode(getCmpLibcallCC(LC2)));
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 528 SDValue getCondCode(ISD::CondCode Cond);
692 return getNode(ISD::SETCC, DL, VT, LHS, RHS, getCondCode(Cond));
713 LHS, RHS, True, False, getCondCode(Cond));
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 336 AArch64CC::CondCode getCondCode() const {
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 626 ARMCC::CondCodes getCondCode() const {
    [all...]

Completed in 168 milliseconds