Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp24092 static Value *useTpOffset(IRBuilderBase &IRB, unsigned Offset) { in useTpOffset() function
24104 return useTpOffset(IRB, -0x10); in getIRStackGuard()
24110 return useTpOffset(IRB, -0x18); in getIRStackGuard()
24117 return useTpOffset(IRB, Offset); in getIRStackGuard()