Searched defs:isDef (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h132 bool isDef() const { return Value.getInt() == Def; } function in class:llvm::MemDepResult
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineInstr.cpp130 void MachineOperand::ChangeToRegister(unsigned Reg, bool isDef, bool isImp, argument
[all...]
H A DLiveIntervalAnalysis.cpp910 LiveIntervals::getSpillWeight(bool isDef, bool isUse, unsigned loopDepth) { argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DVectorElementize.cpp510 std::vector<bool> isDef; local
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineOperand.h272 bool isDef() const { function in class:llvm::MachineOperand
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp345 bool isDef = (isi32Load(Opcode) || Opcode == ARM::VLDRS || local
1072 InsertLDR_STR(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, int Offset, bool isDef, DebugLoc dl, unsigned NewOpc, unsigned Reg, bool RegDeadKill, bool RegUndef, unsigned BaseReg, bool BaseKill, bool BaseUndef, bool OffKill, bool OffUndef, ARMCC::CondCodes Pred, unsigned PredReg, const TargetInstrInfo *TII, bool isT2) argument

Completed in 224 milliseconds