/llvm-project/clang/test/SemaCXX/ |
H A D | cxx2c-delete-with-message.cpp | 205 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 D | extern_template1.cpp | 5 Test<int> TO; variable
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilderTest.cpp | 35 TargetOptions &TO = JTMB.getOptions(); in TEST() local
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86EncodingOptimization.cpp | 26 #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 D | Wasm.cpp | 50 llvm::TargetOptions TO = llvm::TargetOptions(); addModule() local
|
H A D | DeviceOffload.cpp | 81 llvm::TargetOptions TO = llvm::TargetOptions(); GeneratePTX() local
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | extract_interface.cc | 322 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 D | M68kMCTargetDesc.cpp | 75 const MCTargetOptions &TO) { in createM68kMCAsmInfo()
|
/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 797 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 D | DebugLocStream.h | 167 void setTagOffset(uint8_t TO) { in setTagOffset()
|
/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 531 createAVRAsmBackend(const Target & T,const MCSubtargetInfo & STI,const MCRegisterInfo & MRI,const llvm::MCTargetOptions & TO) createAVRAsmBackend() argument
|
/llvm-project/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 203 TargetOptions TO; in LLVMCreateTargetMachineWithOptions() local
|
/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 294 unsigned TO = llvm::countr_one<uint64_t>(Imm); in selectI64ImmDirect() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 564 const TargetOptions &TO = Actions.Context.getTargetInfo().getTargetOpts(); in ParseMicrosoftAsmStatement() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 1675 for (auto &TO : TiedOperands) { processStatepoint() local 1859 for (auto &TO : TiedOperands) { runOnMachineFunction() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-implementation.h | 1680 FoldOperation(FoldingContext & context,Convert<TO,FROMCAT> && convert) FoldOperation() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 2354 FROM_TO(FROM,TO) commuteInstructionImpl() argument 5643 FROM_TO(FROM,TO) convertALUrr2ALUri() argument 5677 FROM_TO(FROM,TO) convertALUrr2ALUri() argument
|
H A D | X86ISelLowering.cpp | 48156 unsigned TO = MaskVal.countr_one(); combineShiftRightLogical() local [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1023 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 D | CompilerInstance.cpp | 120 auto TO = std::make_shared<TargetOptions>(); createTarget() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1063 if (const auto *TO = dyn_cast<TypedValueRegion>(baseR)) { VisitCluster() local
|
H A D | RangeConstraintManager.cpp | 1989 ASSIGN(CLASS,TO,SYM,CONSTRAINT) global() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 699 MemorySanitizerOptions(int TO,bool R,bool K,bool EagerChecks) MemorySanitizerOptions() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 5082 auto &TO = TI.getTargetOpts(); getOffloadArch() local
|