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

  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 565 SDValue getCondCode(ISD::CondCode Cond);
735 return getNode(ISD::SETCC, DL, VT, LHS, RHS, getCondCode(Cond));
756 LHS, RHS, True, False, getCondCode(Cond));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
TargetLowering.cpp 224 NewLHS, NewRHS, DAG.getCondCode(CCCode));
230 NewLHS, NewRHS, DAG.getCondCode(getCmpLibcallCC(LC2)));
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 583 ARMCC::CondCodes getCondCode() const {
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 352 AArch64CC::CondCode getCondCode() const {
    [all...]

Completed in 354 milliseconds