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

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 687 NewLHS, NewRHS, DAG.getCondCode(CCCode));
690 NewRHS, DAG.getCondCode(TLI.getCmpLibcallCC(LC2)));
726 DAG.getCondCode(CCCode), NewLHS, NewRHS,
    [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 438 SDValue getCondCode(ISD::CondCode Cond);
571 return getNode(ISD::SETCC, DL, VT, LHS, RHS, getCondCode(Cond));
580 LHS, RHS, True, False, getCondCode(Cond));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 625 SDValue getCondCode(ISD::CondCode Cond);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 717 SDValue getCondCode(ISD::CondCode Cond);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
TargetLowering.cpp 267 NewLHS, NewRHS, DAG.getCondCode(CCCode));
273 NewLHS, NewRHS, DAG.getCondCode(getCmpLibcallCC(LC2)));
    [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp 272 NewLHS, NewRHS, DAG.getCondCode(CCCode));
278 NewLHS, NewRHS, DAG.getCondCode(getCmpLibcallCC(LC2)));
    [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 450 ARMCC::CondCodes getCondCode() const {
928 Inst.addOperand(MCOperand::CreateImm(unsigned(getCondCode())));
929 unsigned RegNum = getCondCode() == ARMCC::AL ? 0: ARM::CPSR;
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 603 ARMCC::CondCodes getCondCode() const {
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 354 AArch64CC::CondCode getCondCode() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 496 AArch64CC::CondCode getCondCode() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 840 ARMCC::CondCodes getCondCode() const {
    [all...]

Completed in 3556 milliseconds

1 2