Searched refs:OperandUse (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInferAddressSpaces.cpp | 253 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreateUndef() argument 256 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreateUndef() 260 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef() 294 for (const Use &OperandUse : I->operands()) { in cloneInstructionWithNewAddressSpace() local 295 if (!OperandUse.get()->getType()->isPointerTy()) in cloneInstructionWithNewAddressSpace() 299 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InferAddressSpaces.cpp | 416 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreateUndef() argument 419 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreateUndef() 430 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef() 463 for (const Use &OperandUse : I->operands()) { in cloneInstructionWithNewAddressSpace() local 464 if (!OperandUse.get()->getType()->isPointerTy()) in cloneInstructionWithNewAddressSpace() 468 … OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()
|