/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 311 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags) + in chooseBestLEA() 413 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in isReplaceable() 478 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in removeRedundantAddrCalc() 577 X86II::getMemoryOperandNo(Desc.TSFlags) + in removeRedundantLEAs()
|
D | X86FixupLEAs.cpp | 304 int AddrOffset = X86II::getMemoryOperandNo(Desc.TSFlags); in processInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 346 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags) + in chooseBestLEA() 449 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in isReplaceable() 515 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in removeRedundantAddrCalc() 645 X86II::getMemoryOperandNo(Desc.TSFlags) + in removeRedundantLEAs()
|
D | X86DiscriminateMemOps.cpp | 129 if (X86II::getMemoryOperandNo(MI.getDesc().TSFlags) < 0) in runOnMachineFunction()
|
D | X86InsertPrefetch.cpp | 195 int Offset = X86II::getMemoryOperandNo(Current->getDesc().TSFlags); in runOnMachineFunction()
|
D | X86DomainReassignment.cpp | 528 int MemOpStart = X86II::getMemoryOperandNo(Desc.TSFlags); in usedAsAddr() 563 int MemOp = X86II::getMemoryOperandNo(Desc.TSFlags); in buildClosure()
|
D | X86SpeculativeLoadHardening.cpp | 1327 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in tracePredStateThroughBlocksAndHarden() 1406 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in tracePredStateThroughBlocksAndHarden() 1808 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in sinkPostLoadHardenedInst()
|
D | X86FixupLEAs.cpp | 464 int AddrOffset = X86II::getMemoryOperandNo(Desc.TSFlags); in processInstruction()
|
D | X86LoadValueInjectionLoadHardening.cpp | 777 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in instrUsesRegToAccessMemory()
|
D | X86AvoidStoreForwardingBlocks.cpp | 293 int AddrOffset = X86II::getMemoryOperandNo(Descl.TSFlags); in getAddrOffset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 346 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags) + in chooseBestLEA() 449 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in isReplaceable() 515 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in removeRedundantAddrCalc() 645 X86II::getMemoryOperandNo(Desc.TSFlags) + in removeRedundantLEAs()
|
D | X86DiscriminateMemOps.cpp | 129 if (X86II::getMemoryOperandNo(MI.getDesc().TSFlags) < 0) in runOnMachineFunction()
|
D | X86InsertPrefetch.cpp | 195 int Offset = X86II::getMemoryOperandNo(Current->getDesc().TSFlags); in runOnMachineFunction()
|
D | X86DomainReassignment.cpp | 532 int MemOpStart = X86II::getMemoryOperandNo(Desc.TSFlags); in usedAsAddr() 567 int MemOp = X86II::getMemoryOperandNo(Desc.TSFlags); in buildClosure()
|
D | X86SpeculativeLoadHardening.cpp | 1702 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in tracePredStateThroughBlocksAndHarden() 1780 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in tracePredStateThroughBlocksAndHarden() 2178 int MemRefBeginIdx = X86II::getMemoryOperandNo(Desc.TSFlags); in sinkPostLoadHardenedInst()
|
D | X86FixupLEAs.cpp | 447 int AddrOffset = X86II::getMemoryOperandNo(Desc.TSFlags); in processInstruction()
|
D | X86AvoidStoreForwardingBlocks.cpp | 292 int AddrOffset = X86II::getMemoryOperandNo(Descl.TSFlags); in getAddrOffset()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 235 assert(X86II::getMemoryOperandNo(Instr.Description.TSFlags) == 1 && in generateLEATemplatesCommon() 801 int MemOpIdx = X86II::getMemoryOperandNo(IT.getInstr().Description.TSFlags); in fillMemoryOperands()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 659 inline int getMemoryOperandNo(uint64_t TSFlags) { in getMemoryOperandNo() function
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 346 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in isRIPRelative() 386 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in determinePaddingPrefix()
|
D | X86BaseInfo.h | 1084 inline int getMemoryOperandNo(uint64_t TSFlags) { in getMemoryOperandNo() function
|
D | X86MCTargetDesc.cpp | 537 int MemOpStart = X86II::getMemoryOperandNo(MCID.TSFlags); in evaluateMemoryOperandAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 1015 inline int getMemoryOperandNo(uint64_t TSFlags) { in getMemoryOperandNo() function
|
D | X86AsmBackend.cpp | 311 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in isRIPRelative()
|
D | X86MCTargetDesc.cpp | 525 int MemOpStart = X86II::getMemoryOperandNo(MCID.TSFlags); in evaluateMemoryOperandAddress()
|