/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsNaClELFStreamer.cpp | 158 bool IsStore = false; in emitInstruction() local 211 bool *IsStore) { in isBasePlusOffsetMemoryAccess()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 406 bool IsStore = Ldst->mayStore(); in canHoistLoadStoreTo() local 455 bool IsStore = Ldst.mayStore(); in changeToAddrMode() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOpcodes.cpp | 78 const bool IsStore = CB->getType()->isVoidTy(); in callLooksLikeLoadStore() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kCollapseMOVEMPass.cpp | 204 bool IsStore = false) { in ProcessMI()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 1203 bool IsStore = MI->mayStore(); in spillVGPRtoAGPR() local 1240 bool IsStore = MI->mayStore(); in buildMUBUFOffsetLoadStore() local 1272 bool IsStore = TII->get(LoadStoreOp).mayStore(); in getFlatScratchSpillOpcode() local 1319 bool IsStore = Desc->mayStore(); in buildSpillLoadStore() local
|
H A D | AMDGPULegalizerInfo.cpp | 1145 const bool IsStore = Op == G_STORE; in AMDGPULegalizerInfo() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 147 const bool IsStore = GenericOpc == TargetOpcode::G_STORE; in selectLoadStoreOp() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 75 unsigned int IsStore : 1; member
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | X86FoldTablesEmitter.cpp | 108 bool IsStore = false; member in __anon1132bd720111::X86FoldTablesEmitter::X86FoldTableEntry
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 464 bool IsStore = Entry.WideOpc == ARM::t2STR_POST; in ReduceLoadStore() local
|
H A D | ARMLoadStoreOptimizer.cpp | 502 bool IsStore = in UpdateBaseRegUses() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 844 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local
|
H A D | HexagonConstExtenders.cpp | 1148 bool IsStore = MI.mayStore(); in recordExtender() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 382 bool IsStore = Inst.getOperand(0).isReg() && Inst.getOperand(1).isReg(); in SimplifyShortMoveForm() local
|
H A D | X86TargetTransformInfo.cpp | 4845 bool IsStore = (Instruction::Store == Opcode); in getMaskedMemoryOpCost() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 1344 bool IsStore = E->getOp() == AtomicExpr::AO__c11_atomic_store || in EmitAtomicExpr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 2920 bool IsStore = isa<GStore>(I); in select() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1074 bool IsStore = Opcode == TargetOpcode::G_STORE; in applyCombineIndexedLoadStore() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 19592 bool IsStore = false; in performNEONPostLDSTCombine() local
|