Home
last modified time | relevance | path

Searched refs:TargetArch (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp51 enum TargetArch enum
67 typedef std::function<Instruction*(LowerX86*, TargetArch, TargetWidth, CallInst*)> EmuFunc;
93 Instruction* NO_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
95 VPERM_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
97 VGATHER_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
99 VSCATTER_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
101 VROUND_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
103 VHSUB_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
105 VCONVERT_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
108 TargetArch arch,
[all …]
/external/swiftshader/third_party/subzero/src/
DIceTypes.h49 enum TargetArch { enum
56 const char *targetArchString(TargetArch Arch);
58 inline Ostream &operator<<(Ostream &Stream, TargetArch Arch) {
DIceTargetLowering.cpp166 LLVM_ATTRIBUTE_NORETURN void badTargetFatalError(TargetArch Target) { in badTargetFatalError()
257 TargetLowering::createLowering(TargetArch Target, Cfg *Func) { in createLowering()
270 const TargetArch Target = getFlags().getTargetArch(); in staticInit()
290 const TargetArch Target = getFlags().getTargetArch(); in shouldBePooled()
303 const TargetArch Target = getFlags().getTargetArch(); in getPointerType()
975 TargetArch Target = getFlags().getTargetArch(); in createLowering()
1105 TargetArch Target = getFlags().getTargetArch(); in createLowering()
DIceELFObjectWriter.cpp45 const TargetArch Arch = Flags.getTargetArch(); in isELF64()
60 uint16_t getELFMachine(TargetArch Arch) { in getELFMachine()
67 uint32_t getELFFlags(TargetArch Arch) { in getELFFlags()
492 const TargetArch Arch = getFlags().getTargetArch(); in writeELFHeaderInternal()
DIceBrowserCompileServer.cpp203 TargetArch getTargetArch() { in getTargetArch()
DIceTypes.cpp136 const char *targetArchString(const TargetArch Arch) { in targetArchString()
DIceClFlags.def54 X(TargetArch, Ice::TargetArch, release_opt_flag, "target", \
DIceTargetLowering.h180 static std::unique_ptr<TargetLowering> createLowering(TargetArch Target,
/external/llvm-project/clang/lib/Driver/ToolChains/
DMSVC.h100 llvm::Triple::ArchType TargetArch) const;
DGnu.cpp1438 llvm::Triple::ArchType TargetArch = TargetTriple.getArch(); in findMIPSMultilibs() local
1463 addMultilibFlag(isMipsEL(TargetArch), "EL", Flags); in findMIPSMultilibs()
1464 addMultilibFlag(!isMipsEL(TargetArch), "EB", Flags); in findMIPSMultilibs()
2433 llvm::Triple::ArchType TargetArch = TargetTriple.getArch(); in ScanGCCForMultilibs() local
2439 if (isArmOrThumbArch(TargetArch) && TargetTriple.isAndroid()) { in ScanGCCForMultilibs()
2447 } else if (isMSP430(TargetArch)) { in ScanGCCForMultilibs()
2449 } else if (TargetArch == llvm::Triple::avr) { in ScanGCCForMultilibs()
2467 llvm::Triple::ArchType TargetArch = TargetTriple.getArch(); in ScanLibDirForGCCTriple() local
2504 (TargetArch == llvm::Triple::x86 && in ScanLibDirForGCCTriple()
2507 (TargetArch == llvm::Triple::x86 && in ScanLibDirForGCCTriple()
DMSVC.cpp892 llvm::Triple::ArchType TargetArch) const { in getSubDirectoryPath()
897 SubdirName = llvmArchToLegacyVCArch(TargetArch); in getSubDirectoryPath()
901 SubdirName = llvmArchToWindowsSDKArch(TargetArch); in getSubDirectoryPath()
905 SubdirName = llvmArchToDevDivInternalArch(TargetArch); in getSubDirectoryPath()
DGnu.h269 void ScanLibDirForGCCTriple(const llvm::Triple &TargetArch,
/external/llvm-project/lldb/include/lldb/Core/
DFormatEntity.h69 TargetArch, enumerator
/external/clang/include/clang/Basic/
DAttr.td250 class TargetArch<list<string> arches> {
255 def TargetARM : TargetArch<["arm", "thumb"]>;
256 def TargetMips : TargetArch<["mips", "mipsel"]>;
257 def TargetMSP430 : TargetArch<["msp430"]>;
258 def TargetX86 : TargetArch<["x86"]>;
259 def TargetAnyX86 : TargetArch<["x86", "x86_64"]>;
260 def TargetWindows : TargetArch<["x86", "x86_64", "arm", "thumb"]> {
263 def TargetMicrosoftCXXABI : TargetArch<["x86", "x86_64", "arm", "thumb"]> {
326 class TargetSpecificAttr<TargetArch target> {
327 TargetArch Target = target;
/external/llvm-project/clang/include/clang/Basic/
DAttr.td356 class TargetArch<list<string> arches> : TargetSpec {
359 def TargetARM : TargetArch<["arm", "thumb", "armeb", "thumbeb"]>;
360 def TargetAArch64 : TargetArch<["aarch64"]>;
361 def TargetAnyArm : TargetArch<!listconcat(TargetARM.Arches, TargetAArch64.Arches)>;
362 def TargetAVR : TargetArch<["avr"]>;
363 def TargetBPF : TargetArch<["bpfel", "bpfeb"]>;
364 def TargetMips32 : TargetArch<["mips", "mipsel"]>;
365 def TargetAnyMips : TargetArch<["mips", "mipsel", "mips64", "mips64el"]>;
366 def TargetMSP430 : TargetArch<["msp430"]>;
367 def TargetRISCV : TargetArch<["riscv32", "riscv64"]>;
[all …]
/external/clang/lib/Driver/
DToolChains.cpp2359 llvm::Triple::ArchType TargetArch = TargetTriple.getArch(); in findMIPSMultilibs() local
2362 addMultilibFlag(isMips32(TargetArch), "m32", Flags); in findMIPSMultilibs()
2363 addMultilibFlag(isMips64(TargetArch), "m64", Flags); in findMIPSMultilibs()
2383 addMultilibFlag(isMipsEL(TargetArch), "EL", Flags); in findMIPSMultilibs()
2384 addMultilibFlag(!isMipsEL(TargetArch), "EB", Flags); in findMIPSMultilibs()
2550 const llvm::Triple &TargetArch, const llvm::opt::ArgList &Args, in scanLibDirForGCCTripleSolaris() argument
2603 llvm::Triple::ArchType TargetArch = TargetTriple.getArch(); in ScanLibDirForGCCTriple() local
2636 (TargetArch != llvm::Triple::x86)); in ScanLibDirForGCCTriple()
2659 if (isArmOrThumbArch(TargetArch) && TargetTriple.isAndroid()) { in ScanLibDirForGCCTriple()
2662 } else if (isMipsArch(TargetArch)) { in ScanLibDirForGCCTriple()
DToolChains.h146 void ScanLibDirForGCCTriple(const llvm::Triple &TargetArch,
152 void scanLibDirForGCCTripleSolaris(const llvm::Triple &TargetArch,
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp174 ENTRY("arch", TargetArch),
336 ENUM_TO_CSTR(TargetArch); in TypeToCString()
1356 case Entry::Type::TargetArch: in Format()