Searched defs:ReadMem (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h63 NoMem, ReadArgMem, ReadMem, ReadWriteArgMem, ReadWriteMem enumerator in enum:llvm::CodeGenIntrinsic::__anon9304
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4142 bool ReadMem, bool WriteMem) {
4145 ReadMem, WriteMem);
4153 bool ReadMem, bool WriteMem) {
4161 if (ReadMem)
4137 getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, const EVT *VTs, unsigned NumVTs, const SDValue *Ops, unsigned NumOps, EVT MemVT, MachinePointerInfo PtrInfo, unsigned Align, bool Vol, bool ReadMem, bool WriteMem) argument
4149 getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList, const SDValue *Ops, unsigned NumOps, EVT MemVT, MachinePointerInfo PtrInfo, unsigned Align, bool Vol, bool ReadMem, bool WriteMem) argument

Completed in 126 milliseconds