Searched defs:OperandV (Results 1 - 17 of 17) sorted by relevance

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp738 Value *OperandV = Operand->codegen(); local
739 if (!OperandV)
746 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp738 Value *OperandV = Operand->codegen(); local
739 if (!OperandV)
746 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp738 Value *OperandV = Operand->codegen(); local
739 if (!OperandV)
746 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp727 Value *OperandV = Operand->codegen(); local
728 if (!OperandV)
735 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A Dtoy.cpp749 Value *OperandV = Operand->codegen(); local
750 if (!OperandV)
757 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp657 Value *OperandV = Operand->codegen(); local
658 if (!OperandV)
665 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp739 Value *OperandV = Operand->codegen(); local
740 if (!OperandV)
747 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp734 Value *OperandV = Operand->codegen(); local
735 if (!OperandV)
742 return Builder.CreateCall(F, OperandV, "unop");
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp559 Value *OperandV = Operand->Codegen(); local
560 if (OperandV == 0) return 0;
566 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp911 Value *OperandV = Operand->codegen(); local
912 if (!OperandV)
920 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp655 Value *OperandV = Operand->Codegen(); local
656 if (OperandV == 0) return 0;
665 return Builder.CreateCall(F, OperandV, "unop");
H A Dtoy.cpp1028 Value *OperandV = Operand->Codegen(); local
1029 if (OperandV == 0) return 0;
1035 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1098 Value *OperandV = Operand->Codegen(); local
1099 if (OperandV == 0) return 0;
1106 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp886 Value *OperandV = Operand->Codegen(); local
887 if (OperandV == 0) return 0;
893 return Builder.CreateCall(F, OperandV, "unop");
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp640 Value *OperandV = Operand->Codegen(); local
641 if (OperandV == 0) return 0;
650 return Builder.CreateCall(F, OperandV, "unop");
H A Dtoy.cpp926 Value *OperandV = Operand->Codegen(); local
927 if (OperandV == 0) return 0;
933 return Builder.CreateCall(F, OperandV, "unop");
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp637 Value *OperandV = Operand->Codegen(); local
638 if (OperandV == 0) return 0;
644 return Builder.CreateCall(F, OperandV, "unop");

Completed in 164 milliseconds