Home
last modified time | relevance | path

Searched defs:TO (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcxx2c-delete-with-message.cpp205 struct TO { struct
207 T operator+() = delete("deleted (TO, +)"); // expected-note {{explicitly deleted}} argument
216 struct TO<T, int> { struct
218 T operator+() = delete("deleted (TO<T, int>, +)"); // expected-note {{explicitly deleted}} argument
227 struct TO<int, int> { struct
229 int operator+() = delete("deleted (TO<int, int>, +)"); // expected-note {{explicitly deleted}} argument
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dextern_template1.cpp5 Test<int> TO; variable
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DJITTargetMachineBuilderTest.cpp35 TargetOptions &TO = JTMB.getOptions(); in TEST() local
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp26 #define FROM_TO(FROM, TO, IDX1, IDX2) \ in optimizeInstFromVEX3ToVEX2() argument
291 #define FROM_TO(FROM, TO, R0, R1) \ in optimizeMOVSX() argument
316 #define FROM_TO(FROM, TO) \ in optimizeINCDEC() argument
/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp50 llvm::TargetOptions TO = llvm::TargetOptions(); addModule() local
H A DDeviceOffload.cpp81 llvm::TargetOptions TO = llvm::TargetOptions(); GeneratePTX() local
/llvm-project/polly/lib/External/isl/interface/
H A Dextract_interface.cc322 shared_ptr<TargetOptions> TO = Clang->getInvocation().TargetOpts; in create_target_info() local
332 TargetOptions &TO = Clang->getTargetOpts(); in create_target_info() local
342 TargetOptions &TO = Clang->getTargetOpts(); in create_target_info() local
429 TargetOptions &TO = Clang->getTargetOpts(); in set_lang_defaults() local
/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCTargetDesc.cpp75 const MCTargetOptions &TO) { in createM68kMCAsmInfo()
/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp797 const MCTargetOptions *TO = Ctx.getTargetOptions(); createRelocationSection() local
920 const MCTargetOptions *TO = Asm.getContext().getTargetOptions(); writeRelocations() local
1420 const MCTargetOptions *TO = Ctx.getTargetOptions(); recordRelocation() local
1505 usesRela(const MCTargetOptions * TO,const MCSectionELF & Sec) const usesRela() argument
[all...]
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h167 void setTagOffset(uint8_t TO) { in setTagOffset()
/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp531 createAVRAsmBackend(const Target & T,const MCSubtargetInfo & STI,const MCRegisterInfo & MRI,const llvm::MCTargetOptions & TO) createAVRAsmBackend() argument
/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp203 TargetOptions TO; in LLVMCreateTargetMachineWithOptions() local
/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp294 unsigned TO = llvm::countr_one<uint64_t>(Imm); in selectI64ImmDirect() local
/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp564 const TargetOptions &TO = Actions.Context.getTargetInfo().getTargetOpts(); in ParseMicrosoftAsmStatement() local
/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1675 for (auto &TO : TiedOperands) { processStatepoint() local
1859 for (auto &TO : TiedOperands) { runOnMachineFunction() local
/llvm-project/flang/lib/Evaluate/
H A Dfold-implementation.h1680 FoldOperation(FoldingContext & context,Convert<TO,FROMCAT> && convert) FoldOperation() argument
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2354 FROM_TO(FROM,TO) commuteInstructionImpl() argument
5643 FROM_TO(FROM,TO) convertALUrr2ALUri() argument
5677 FROM_TO(FROM,TO) convertALUrr2ALUri() argument
H A DX86ISelLowering.cpp48156 unsigned TO = MaskVal.countr_one(); combineShiftRightLogical() local
[all...]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1023 unsigned TO = llvm::countr_one<uint64_t>(Imm); in selectI64ImmDirect() local
1264 unsigned TO = llvm::countr_one<uint64_t>(Imm); selectI64ImmDirectPrefix() local
5289 int16_t TO = int(SImmOperand4) & 0x1F; Select() local
[all...]
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp120 auto TO = std::make_shared<TargetOptions>(); createTarget() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1063 if (const auto *TO = dyn_cast<TypedValueRegion>(baseR)) { VisitCluster() local
H A DRangeConstraintManager.cpp1989 ASSIGN(CLASS,TO,SYM,CONSTRAINT) global() argument
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp699 MemorySanitizerOptions(int TO,bool R,bool K,bool EagerChecks) MemorySanitizerOptions() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5082 auto &TO = TI.getTargetOpts(); getOffloadArch() local