Home
last modified time | relevance | path

Searched refs:VAArg (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp388 case VAArg: return "va_arg"; in getOpcodeName()
546 case Instruction::VAArg: in mayReadFromMemory()
568 case Instruction::VAArg: in mayWriteToMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp291 case Instruction::VAArg: in PointerMayBeCaptured()
H A DMemoryLocation.cpp94 case Instruction::VAArg: in getOrNone()
H A DObjCARCInstKind.cpp251 case Instruction::VAArg: in GetARCInstKind()
H A DAliasAnalysis.cpp687 case Instruction::VAArg: in getModRefInfo()
H A DStackSafetyAnalysis.cpp358 case Instruction::VAArg: in analyzeAllUses()
H A DValueTracking.cpp4601 case Instruction::VAArg: in isSafeToSpeculativelyExecute()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.def213 HANDLE_OTHER_INST(60, VAArg , VAArgInst ) // vaarg instruction
H A DInstructions.h1834 : UnaryInstruction(Ty, VAArg, List, InsertBefore) {
1840 : UnaryInstruction(Ty, VAArg, List, InsertAtEnd) {
1850 return I->getOpcode() == VAArg;
H A DInstrTypes.h83 I->getOpcode() == Instruction::VAArg || in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp306 case Instruction::VAArg: in IsSafeStackAlloca()
H A DTargetLoweringBase.cpp1800 case VAArg: return 0; in InstructionOpcodeToISD()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp890 INSTKEYWORD(va_arg, VAArg); in LexIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml234 | VAArg Constructor
H A Dllvm.mli258 | VAArg Constructor
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go190 VAArg Opcode = C.LLVMVAArg const
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3159 case Instruction::VAArg: in writeInstruction()