Home
last modified time | relevance | path

Searched defs:TargetTriple (Results 1 – 25 of 97) sorted by relevance

1234

/external/bazelbuild-rules_rust/crate_universe/src/utils/
Dtarget_triple.rs7 pub(crate) struct TargetTriple(String); struct
9 impl TargetTriple { impl
28 impl Display for TargetTriple { implementation
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dtarget_constants.h24 inline const char* TargetTriple() { in TargetTriple() function
41 inline const char* TargetTriple() { in TargetTriple() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/MCTargetDesc/
DCSKYMCAsmInfo.cpp21 CSKYMCAsmInfo::CSKYMCAsmInfo(const Triple &TargetTriple) { in CSKYMCAsmInfo()
/external/bazelbuild-rules_rust/crate_universe/src/context/
Dplatforms.rs15 supported_platform_triples: &BTreeSet<TargetTriple>, in resolve_cfg_platforms()
16 ) -> Result<BTreeMap<String, BTreeSet<TargetTriple>>> { in resolve_cfg_platforms()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64MCInstLower.h29 Triple TargetTriple; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVESubtarget.h32 Triple TargetTriple; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MCInstLower.h32 Triple TargetTriple; variable
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.h33 Triple TargetTriple; variable
/external/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h38 Triple TargetTriple; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
DVESubtarget.h32 Triple TargetTriple; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiSubtarget.cpp39 LanaiSubtarget::LanaiSubtarget(const Triple &TargetTriple, StringRef Cpu, in LanaiSubtarget()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
DLanaiSubtarget.cpp39 LanaiSubtarget::LanaiSubtarget(const Triple &TargetTriple, StringRef Cpu, in LanaiSubtarget()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp39 TargetMachine *EngineBuilder::selectTarget(const Triple &TargetTriple, in selectTarget()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp39 TargetMachine *EngineBuilder::selectTarget(const Triple &TargetTriple, in selectTarget()
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp40 TargetMachine *EngineBuilder::selectTarget(const Triple &TargetTriple, in selectTarget()
/external/llvm/lib/Target/Lanai/
DLanaiSubtarget.cpp40 LanaiSubtarget::LanaiSubtarget(const Triple &TargetTriple, StringRef Cpu, in LanaiSubtarget()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp241 bool shouldUsePageAliases(const Triple &TargetTriple) { in shouldUsePageAliases()
245 bool shouldInstrumentStack(const Triple &TargetTriple) { in shouldInstrumentStack()
249 bool shouldInstrumentWithCalls(const Triple &TargetTriple) { in shouldInstrumentWithCalls()
258 bool shouldUseStackSafetyAnalysis(const Triple &TargetTriple, in shouldUseStackSafetyAnalysis()
264 bool shouldDetectUseAfterScope(const Triple &TargetTriple) { in shouldDetectUseAfterScope()
346 Triple TargetTriple; member in __anon4354f3af0111::HWAddressSanitizer
418 auto TargetTriple = llvm::Triple(M.getTargetTriple()); in run() local
1680 void HWAddressSanitizer::ShadowMapping::init(Triple &TargetTriple, in init()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp63 const Triple &TargetTriple; member in __anon4aad20640111::DwarfEHPrepare
315 const Triple &TargetTriple) { in prepareDwarfEH()
/external/clang/lib/CodeGen/
DBackendUtil.cpp280 static TargetLibraryInfoImpl *createTLII(llvm::Triple &TargetTriple, in createTLII()
331 Triple TargetTriple(TheModule->getTargetTriple()); in CreatePasses() local
654 llvm::Triple TargetTriple(TheModule->getTargetTriple()); in AddEmitPasses() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h164 uint64_t GotPltSectionVA, const Triple &TargetTriple) const { in findPltEntries()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h171 uint64_t GotPltSectionVA, const Triple &TargetTriple) const { in findPltEntries()
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h31 Triple TargetTriple; // Target triple variable
/external/llvm/tools/lli/
Dlli.cpp125 TargetTriple("mtriple", cl::desc("Override target triple for module")); variable
320 Triple TargetTriple(TargetTripleStr); in addCygMingExtraModule() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp38 Triple TargetTriple(M.getTargetTriple()); in insertCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h55 Triple TargetTriple; variable

1234