Home
last modified time | relevance | path

Searched refs:addFastRegAlloc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp175 void addFastRegAlloc() override;
389 void NVPTXPassConfig::addFastRegAlloc() { in addFastRegAlloc() function in NVPTXPassConfig
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp102 void addFastRegAlloc() override {} in addFastRegAlloc() function in __anon992b22a90111::SPIRVPassConfig
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h388 virtual void addFastRegAlloc();
H A DCodeGenPassBuilder.h416 Error addFastRegAlloc(AddMachinePass &) const;
864 if (auto Err = derived().addFastRegAlloc(addPass)) in addMachinePasses()
1064 Error CodeGenPassBuilder<Derived>::addFastRegAlloc( in addFastRegAlloc() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp948 void addFastRegAlloc() override;
1271 void GCNPassConfig::addFastRegAlloc() { in addFastRegAlloc() function in GCNPassConfig
1283 TargetPassConfig::addFastRegAlloc(); in addFastRegAlloc()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1189 addFastRegAlloc(); in addMachinePasses()
1450 void TargetPassConfig::addFastRegAlloc() { in addFastRegAlloc() function in TargetPassConfig