| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 45 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 D | InlineSpiller.cpp | 1018 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 D | NVPTXInstrFormats.td | 36 bit IsLoad = 0; 52 let TSFlags{5-5} = IsLoad;
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckerDocumentation.cpp | 128 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() argument
|
| H A D | NSErrorChecker.cpp | 241 if (event.IsLoad) in checkEvent()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
| H A D | SIRegisterInfo.cpp | 150 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 D | CGAtomic.cpp | 772 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 D | CheckerManager.cpp | 266 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 D | ARMISelLowering.h | 403 bool IsStore, bool IsLoad) const override; 405 bool IsStore, bool IsLoad) const override;
|
| H A D | ARMExpandPseudoInsts.cpp | 107 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 D | ARMISelDAGToDAG.cpp | 233 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 D | ARMLoadStoreOptimizer.cpp | 386 bool IsLoad = in UpdateBaseRegUses() local 391 if (IsLoad || IsStore) { in UpdateBaseRegUses()
|
| H A D | ARMISelLowering.cpp | 11051 bool IsLoad) const { in emitLeadingFence() 11079 bool IsLoad) const { in emitTrailingFence()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 463 bool IsStore, bool IsLoad) const override; 465 bool IsStore, bool IsLoad) const override;
|
| H A D | PPCISelLowering.cpp | 6799 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 D | AArch64Disassembler.cpp | 1064 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 D | Checker.h | 545 bool IsLoad; member
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetLowering.h | 1035 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 D | DAGCombiner.cpp | 12628 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 D | X86ISelLowering.cpp | 6253 bool IsLoad = ISD::isNormalLoad(Ld.getNode()); in LowerVectorBroadcast() local 6256 if (!IsLoad && Subtarget->hasInt256() && in LowerVectorBroadcast() 6261 if (!IsLoad) in LowerVectorBroadcast()
|