Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/GPU/
H A Dallocator.cpp307 struct GuardPtr { struct
452 static GuardPtr slots[ARRAY_SIZE] = {};
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp1058 auto GuardPtr = IRB.CreateConstInBoundsGEP2_64( in InjectCoverageAtBlock() local
1064 GateIRB.CreateCall(SanCovTracePCGuard, GuardPtr)->setCannotMerge(); in InjectCoverageAtBlock()
1066 IRB.CreateCall(SanCovTracePCGuard, GuardPtr)->setCannotMerge(); in InjectCoverageAtBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3909 Register GuardPtr = getOrCreateVReg(*IRGuard); in emitSPDescriptorParent() local
3912 ->buildLoad(PtrMemTy, GuardPtr, in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3118 SDValue GuardPtr = getValue(IRGuard); in visitSPDescriptorParent() local
3120 Guard = DAG.getLoad(PtrMemTy, dl, Chain, GuardPtr, in visitSPDescriptorParent()