Home
last modified time | relevance | path

Searched refs:IsLoad (Results 1 – 20 of 20) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp45 bool IsStore, bool IsLoad);
93 bool IsStore, IsLoad; in runOnFunction() local
99 IsLoad = true; in runOnFunction()
104 IsLoad = false; in runOnFunction()
109 IsStore = IsLoad = true; in runOnFunction()
120 IsStore = IsLoad = true; in runOnFunction()
124 MadeChange |= bracketInstWithFences(I, FenceOrdering, IsStore, IsLoad); in runOnFunction()
149 bool IsStore, bool IsLoad) { in bracketInstWithFences() argument
154 Builder, Order, IsStore, IsLoad); in bracketInstWithFences()
158 Builder, Order, IsStore, IsLoad); in bracketInstWithFences()
H A DInlineSpiller.cpp1018 bool IsLoad = InstrReg; in coalesceStackAccess() local
1019 if (!IsLoad) in coalesceStackAccess()
1030 if (IsLoad) { in coalesceStackAccess()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXInstrFormats.td36 bit IsLoad = 0;
52 let TSFlags{5-5} = IsLoad;
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp128 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() argument
H A DNSErrorChecker.cpp241 if (event.IsLoad) in checkEvent()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIRegisterInfo.cpp150 bool IsLoad = TII->get(LoadStoreOp).mayLoad(); in buildScratchLoadStore() local
180 .addReg(SubReg, getDefRegState(IsLoad)) in buildScratchLoadStore()
187 .addReg(Value, RegState::Implicit | getDefRegState(IsLoad)); in buildScratchLoadStore()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp772 bool IsLoad = E->getOp() == AtomicExpr::AO__c11_atomic_load || in EmitAtomicExpr() local
801 if (IsLoad) in EmitAtomicExpr()
807 if (IsLoad || IsStore) in EmitAtomicExpr()
835 if (!IsLoad) in EmitAtomicExpr()
837 if (!IsLoad && !IsStore) in EmitAtomicExpr()
864 if (!IsLoad) { in EmitAtomicExpr()
872 if (!IsLoad && !IsStore) { in EmitAtomicExpr()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp266 bool IsLoad; member
278 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext()
283 ProgramPoint::Kind K = IsLoad ? ProgramPoint::PreLoadKind : in runChecker()
290 checkFn(Loc, IsLoad, BoundEx, C); in runChecker()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h403 bool IsStore, bool IsLoad) const override;
405 bool IsStore, bool IsLoad) const override;
H A DARMExpandPseudoInsts.cpp107 bool IsLoad; member
385 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed"); in ExpandVLD()
450 assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed"); in ExpandVST()
526 if (TableEntry->IsLoad) { in ExpandLaneOp()
551 if (!TableEntry->IsLoad) in ExpandLaneOp()
576 if (TableEntry->IsLoad) in ExpandLaneOp()
H A DARMISelDAGToDAG.cpp233 SDNode *SelectVLDSTLane(SDNode *N, bool IsLoad,
2036 SDNode *ARMDAGToDAGISel::SelectVLDSTLane(SDNode *N, bool IsLoad, in SelectVLDSTLane() argument
2088 if (IsLoad) { in SelectVLDSTLane()
2138 if (!IsLoad) in SelectVLDSTLane()
H A DARMLoadStoreOptimizer.cpp386 bool IsLoad = in UpdateBaseRegUses() local
391 if (IsLoad || IsStore) { in UpdateBaseRegUses()
H A DARMISelLowering.cpp11051 bool IsLoad) const { in emitLeadingFence()
11079 bool IsLoad) const { in emitTrailingFence()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h463 bool IsStore, bool IsLoad) const override;
465 bool IsStore, bool IsLoad) const override;
H A DPPCISelLowering.cpp6799 bool IsLoad) const { in emitLeadingFence()
6810 bool IsLoad) const { in emitTrailingFence()
6811 if (IsLoad && isAtLeastAcquire(Ord)) in emitTrailingFence()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1064 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodeSignedLdStInstruction() local
1069 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn) in DecodeSignedLdStInstruction()
1157 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodePairLdStInstruction() local
1268 if (IsLoad && Rt == Rt2) in DecodePairLdStInstruction()
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h545 bool IsLoad; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h1035 bool IsStore, bool IsLoad) const { in emitLeadingFence() argument
1046 bool IsStore, bool IsLoad) const { in emitTrailingFence() argument
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12628 bool IsLoad = isa<LoadSDNode>(N) && !cast<LSBaseSDNode>(N)->isVolatile(); in GatherAllAliases() local
12671 if (!(IsLoad && IsOpLoad) && in GatherAllAliases()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6253 bool IsLoad = ISD::isNormalLoad(Ld.getNode()); in LowerVectorBroadcast() local
6256 if (!IsLoad && Subtarget->hasInt256() && in LowerVectorBroadcast()
6261 if (!IsLoad) in LowerVectorBroadcast()