Home
last modified time | relevance | path

Searched refs:CmpLibcallCCs (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1621 CmpLibcallCCs[Call] = CC; in setCmpLibcallCC()
1627 return CmpLibcallCCs[Call]; in getCmpLibcallCC()
1956 ISD::CondCode CmpLibcallCCs[RTLIB::UNKNOWN_LIBCALL]; variable
/external/llvm/include/llvm/Target/
DTargetLowering.h1869 CmpLibcallCCs[Call] = CC; in setCmpLibcallCC()
1875 return CmpLibcallCCs[Call]; in getCmpLibcallCC()
2075 ISD::CondCode CmpLibcallCCs[RTLIB::UNKNOWN_LIBCALL]; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2323 CmpLibcallCCs[Call] = CC; in setCmpLibcallCC()
2329 return CmpLibcallCCs[Call]; in getCmpLibcallCC()
2525 ISD::CondCode CmpLibcallCCs[RTLIB::UNKNOWN_LIBCALL]; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp571 InitCmpLibcallCCs(CmpLibcallCCs); in TargetLoweringBase()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp838 InitCmpLibcallCCs(CmpLibcallCCs); in TargetLoweringBase()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp624 InitCmpLibcallCCs(CmpLibcallCCs); in TargetLowering()