Searched refs:ptrVal (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/Transforms/GlobalOpt/ |
D | invariant.group.barrier.ll | 46 ; val = load i32, i32* %ptrVal, !invariant.group !0 67 %ptrVal = load i32*, i32** @ptrToTmp3 68 %val = load i32, i32* %ptrVal, !invariant.group !0
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SlotIndexes.h | 108 void *ptrVal = v.lie.getOpaqueValue(); 109 return (unsigned((intptr_t)ptrVal)) ^ (unsigned((intptr_t)ptrVal) >> 9);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 542 const Constant *ptrVal = CE->getOperand(0); in ResolveConstantExpr() local 544 int64_t Offset = TD->getIndexedOffset(ptrVal->getType(), idxVec); in ResolveConstantExpr() 545 return std::make_pair(ptrVal, Offset); in ResolveConstantExpr()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 3260 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 3272 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 3291 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 3312 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 3380 Info.ptrVal = nullptr; in getTgtMemIntrinsic() 3502 Info.ptrVal = nullptr; in getTgtMemIntrinsic() 3557 Info.ptrVal = nullptr; in getTgtMemIntrinsic() 3612 Info.ptrVal = nullptr; in getTgtMemIntrinsic() 3667 Info.ptrVal = nullptr; in getTgtMemIntrinsic() 3707 Info.ptrVal = nullptr; in getTgtMemIntrinsic()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 543 const Value* ptrVal; // value representing memory location member 552 IntrinsicInfo() : opc(0), ptrVal(nullptr), offset(0), size(0), align(1), in IntrinsicInfo()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 323 const Value* ptrVal; // value representing memory location member
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 6842 Info.ptrVal = I.getArgOperand(I.getNumArgOperands() - 1); in getTgtMemIntrinsic() 6869 Info.ptrVal = I.getArgOperand(I.getNumArgOperands() - 1); in getTgtMemIntrinsic() 6882 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 6895 Info.ptrVal = I.getArgOperand(1); in getTgtMemIntrinsic() 6907 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 6919 Info.ptrVal = I.getArgOperand(2); in getTgtMemIntrinsic()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12218 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 12245 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 12260 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 12274 Info.ptrVal = I.getArgOperand(1); in getTgtMemIntrinsic() 12286 Info.ptrVal = I.getArgOperand(2); in getTgtMemIntrinsic() 12298 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 8775 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 8801 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 8813 Info.ptrVal = I.getArgOperand(2); in getTgtMemIntrinsic() 8824 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 11737 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 11773 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 11827 Info.ptrVal = I.getArgOperand(1); in getTgtMemIntrinsic() 11862 Info.ptrVal = I.getArgOperand(1); in getTgtMemIntrinsic()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 274 Info.ptrVal = CI.getOperand(0); in getTgtMemIntrinsic()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3530 MachinePointerInfo(Info.ptrVal, Info.offset), in visitTargetIntrinsic()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 4087 MachinePointerInfo(Info.ptrVal, Info.offset), in visitTargetIntrinsic()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4086 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 4093 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic() 4102 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
|