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

  /external/llvm/lib/IR/
Instructions.cpp 49 // UnaryInstruction Class
53 UnaryInstruction::~UnaryInstruction() {
    [all...]
  /external/clang/test/CodeGenCXX/
visibility-inlines-hidden.cpp 142 class UnaryInstruction {
143 UnaryInstruction() {
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 87 // UnaryInstruction Class
90 class UnaryInstruction : public Instruction {
94 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
99 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE)
110 ~UnaryInstruction();
116 static inline bool classof(const UnaryInstruction *) { return true; }
130 struct OperandTraits<UnaryInstruction> :
131 public FixedNumOperandTraits<UnaryInstruction, 1> {
134 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(UnaryInstruction, Value)
390 class CastInst : public UnaryInstruction {
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 275 // UnaryInstruction Class
278 class UnaryInstruction : public Instruction {
282 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
287 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE)
299 ~UnaryInstruction() override;
318 struct OperandTraits<UnaryInstruction> :
319 public FixedNumOperandTraits<UnaryInstruction, 1> {
322 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(UnaryInstruction, Value)
564 class CastInst : public UnaryInstruction {
571 : UnaryInstruction(Ty, iType, S, InsertBefore)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h 277 // UnaryInstruction Class
280 class UnaryInstruction : public Instruction {
282 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
287 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE)
315 struct OperandTraits<UnaryInstruction> :
316 public FixedNumOperandTraits<UnaryInstruction, 1> {
319 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(UnaryInstruction, Value)
592 class CastInst : public UnaryInstruction {
597 : UnaryInstruction(Ty, iType, S, InsertBefore) {
603 : UnaryInstruction(Ty, iType, S, InsertAtEnd)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 48 // UnaryInstruction Class
52 UnaryInstruction::~UnaryInstruction() {
838 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
847 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
856 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
865 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
874 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
    [all...]

Completed in 1420 milliseconds