Home
last modified time | relevance | path

Searched defs:IsO32 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h40 bool IsO32() const { return ThisABI == ABI::O32; } in IsO32() function
/aosp_15_r20/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h42 bool IsO32() const { return ThisABI == ABI::O32; } in IsO32() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h41 bool IsO32() const { return ThisABI == ABI::O32; } in IsO32() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DTargetInfo.cpp6183 bool IsO32; member in __anon76b8d3e90a11::MipsABIInfo
6206 MIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32) in MIPSTargetCodeGenInfo()