Lines Matching refs:codegen
31 TY codegen::get##NAME() { \
38 std::vector<TY> codegen::get##NAME() { \
45 Optional<TY> codegen::getExplicit##NAME() { \
106 codegen::RegisterCodeGenFlags::RegisterCodeGenFlags() { in CGOPT()
492 codegen::getBBSectionsMode(llvm::TargetOptions &Options) { in getBBSectionsMode()
515 codegen::InitTargetOptionsFromCodeGenFlags(const Triple &TheTriple) { in InitTargetOptionsFromCodeGenFlags()
573 std::string codegen::getCPUStr() { in getCPUStr()
583 std::string codegen::getFeaturesStr() { in getFeaturesStr()
603 std::vector<std::string> codegen::getFeatureList() { in getFeatureList()
623 void codegen::renderBoolStringAttr(AttrBuilder &B, StringRef Name, bool Val) { in renderBoolStringAttr()
635 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()
712 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes()