HomeSort by relevance Sort by last modified time
    Searched refs:UnaryInstruction (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CodeGenCXX/
visibility-inlines-hidden.cpp 142 class UnaryInstruction {
143 UnaryInstruction() {
  /external/llvm/include/llvm/IR/
InstVisitor.h 174 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);}
175 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);}
196 RetTy visitVAArgInst(VAArgInst &I) { DELEGATE(UnaryInstruction);}
200 RetTy visitExtractValueInst(ExtractValueInst &I){ DELEGATE(UnaryInstruction);}
231 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);}
235 RetTy visitUnaryInstruction(UnaryInstruction &I){ DELEGATE(Instruction);}
InstrTypes.h 86 // UnaryInstruction Class
89 class UnaryInstruction : public Instruction {
93 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
98 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE)
109 ~UnaryInstruction();
128 struct OperandTraits<UnaryInstruction> :
129 public FixedNumOperandTraits<UnaryInstruction, 1> {
132 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(UnaryInstruction, Value)
387 class CastInst : public UnaryInstruction {
393 : UnaryInstruction(Ty, iType, S, InsertBefore)
    [all...]
Instructions.h 59 class AllocaInst : public UnaryInstruction {
152 class LoadInst : public UnaryInstruction {
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 49 // UnaryInstruction Class
53 UnaryInstruction::~UnaryInstruction() {
836 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
845 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
854 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
863 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 126 bool visitUnaryInstruction(UnaryInstruction &I);
478 bool CallAnalyzer::visitUnaryInstruction(UnaryInstruction &I) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]

Completed in 118 milliseconds