Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp374 CallInst *CI = GR->findAssignPtrTypeInstr(Op); in reconstructType()
962 if (CallInst *AssignCI = GR->findAssignPtrTypeInstr(CI)) { in deduceOperandElementTypeFunctionRet()
1127 AskCI = GR->findAssignPtrTypeInstr(Op); in deduceOperandElementType()
1145 CallInst *AssignCI = AskCI ? AskCI : GR->findAssignPtrTypeInstr(Op); in deduceOperandElementType()
1441 CallInst *AssignCI = GR->findAssignPtrTypeInstr(V); in insertAssignPtrTypeTargetExt()
1529 if (CallInst *AssignCI = GR->findAssignPtrTypeInstr(Pointer)) { in replacePointerOperandWithPtrCast()
2230 if (CallInst *AssignCI = GR->findAssignPtrTypeInstr(Arg)) { in processParamTypes()
2433 if (Postpone && !GR->findAssignPtrTypeInstr(I)) in runOnFunction()
2484 CallInst *AssignCI = GR->findAssignPtrTypeInstr(Op); in postprocessTypes()
H A DSPIRVGlobalRegistry.h142 CallInst *findAssignPtrTypeInstr(const Value *Val) { in findAssignPtrTypeInstr() function
149 if (CallInst *CI = findAssignPtrTypeInstr(OldVal)) { in updateIfExistAssignPtrTypeInstr()
H A DSPIRVGlobalRegistry.cpp2025 CallInst *AssignPtrTyCI = findAssignPtrTypeInstr(Arg); in buildAssignPtr()