Searched defs:IsLoad (Results 1 – 14 of 14) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 93 bool IsStore, IsLoad; in runOnFunction() local 149 bool IsStore, bool IsLoad) { in bracketInstWithFences()
|
H A D | InlineSpiller.cpp | 1018 bool IsLoad = InstrReg; in coalesceStackAccess() local
|
/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()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | SIRegisterInfo.cpp | 150 bool IsLoad = TII->get(LoadStoreOp).mayLoad(); in buildScratchLoadStore() local
|
/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 1157 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodePairLdStInstruction() local
|
/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/lib/Target/ARM/ |
H A D | ARMExpandPseudoInsts.cpp | 107 bool IsLoad; member
|
H A D | ARMLoadStoreOptimizer.cpp | 386 bool IsLoad = in UpdateBaseRegUses() local
|
H A D | ARMISelDAGToDAG.cpp | 2036 SDNode *ARMDAGToDAGISel::SelectVLDSTLane(SDNode *N, bool IsLoad, in SelectVLDSTLane()
|
/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
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerManager.cpp | 266 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() 1046 bool IsStore, bool IsLoad) const { in emitTrailingFence()
|
/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
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6253 bool IsLoad = ISD::isNormalLoad(Ld.getNode()); in LowerVectorBroadcast() local
|