Lines Matching refs:codegen
34 TY codegen::get##NAME() { \
41 std::vector<TY> codegen::get##NAME() { \
49 std::optional<TY> codegen::getExplicit##NAME() { \
114 codegen::RegisterCodeGenFlags::RegisterCodeGenFlags() { in CGOPT()
525 codegen::getBBSectionsMode(llvm::TargetOptions &Options) { in getBBSectionsMode()
548 codegen::InitTargetOptionsFromCodeGenFlags(const Triple &TheTriple) { in InitTargetOptionsFromCodeGenFlags()
610 std::string codegen::getCPUStr() { in getCPUStr()
620 std::string codegen::getFeaturesStr() { in getFeaturesStr()
637 std::vector<std::string> codegen::getFeatureList() { in getFeatureList()
654 void codegen::renderBoolStringAttr(AttrBuilder &B, StringRef Name, bool Val) { in renderBoolStringAttr()
666 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
745 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
752 codegen::createTargetMachineForTriple(StringRef TargetTriple, in createTargetMachineForTriple()
757 TargetRegistry::lookupTarget(codegen::getMArch(), TheTriple, Error); in createTargetMachineForTriple()
761 TheTriple.getTriple(), codegen::getCPUStr(), codegen::getFeaturesStr(), in createTargetMachineForTriple()
762 codegen::InitTargetOptionsFromCodeGenFlags(TheTriple), in createTargetMachineForTriple()
763 codegen::getExplicitRelocModel(), codegen::getExplicitCodeModel(), in createTargetMachineForTriple()