Home
last modified time | relevance | path

Searched defs:InputType (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/mlir/examples/toy/Ch2/
H A Dtoyc.cpp40 enum InputType { Toy, MLIR }; enum
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFlang.cpp103 types::ID InputType = Input.getType(); in ConstructJob() local
H A DClang.cpp403 static bool addExceptionArgs(const ArgList &Args, types::ID InputType, in addExceptionArgs()
3463 types::ID InputType) { in RenderOpenCLOptions()
3502 types::ID InputType) { in RenderHLSLOptions()
5474 types::ID InputType = Input.getType(); in ConstructJob() local
6460 types::ID InputType = Inputs[0].getType(); in ConstructJob() local
7529 void Clang::AddClangCLArgs(const ArgList &Args, types::ID InputType, in AddClangCLArgs()
/llvm-project-15.0.7/mlir/examples/toy/Ch3/
H A Dtoyc.cpp42 enum InputType { Toy, MLIR }; enum
/llvm-project-15.0.7/mlir/examples/toy/Ch4/
H A Dtoyc.cpp43 enum InputType { Toy, MLIR }; enum
/llvm-project-15.0.7/mlir/examples/toy/Ch5/
H A Dtoyc.cpp45 enum InputType { Toy, MLIR }; enum
/llvm-project-15.0.7/mlir/examples/toy/Ch7/
H A Dtoyc.cpp51 enum InputType { Toy, MLIR }; enum
/llvm-project-15.0.7/mlir/examples/toy/Ch6/
H A Dtoyc.cpp51 enum InputType { Toy, MLIR }; enum
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp189 types::ID InputType, llvm::Triple &Triple) { in setArchNameInTriple()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp2433 types::ID InputType = types::TY_Nothing; in BuildInputs() local
3928 types::ID InputType = I.first; in handleArguments() local
4066 types::ID InputType = I.first; in BuildActions() local
4218 types::ID InputType = I.first; in BuildActions() local
4432 types::ID InputType = Input.first; in BuildOffloadingActions() local
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp738 cl::opt<InputFileType> InputType( variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2172 QualType InputType, std::string &ConstraintStr, SourceLocation Loc) { in EmitAsmInputLValue()