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

  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Cloning.cpp 20 class CloneInstruction : public ::testing::Test {
51 TEST_F(CloneInstruction, OverflowBits) {
121 TEST_F(CloneInstruction, Inbounds) {
134 TEST_F(CloneInstruction, Exact) {
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 31 class CloneInstruction : public ::testing::Test {
60 TEST_F(CloneInstruction, OverflowBits) {
130 TEST_F(CloneInstruction, Inbounds) {
144 TEST_F(CloneInstruction, Exact) {
154 TEST_F(CloneInstruction, Attributes) {
181 TEST_F(CloneInstruction, CallingConvention) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Cloning.cpp 31 class CloneInstruction : public ::testing::Test {
65 TEST_F(CloneInstruction, OverflowBits) {
135 TEST_F(CloneInstruction, Inbounds) {
149 TEST_F(CloneInstruction, Exact) {
159 TEST_F(CloneInstruction, Attributes) {
184 TEST_F(CloneInstruction, CallingConvention) {
207 TEST_F(CloneInstruction, DuplicateInstructionsToSplit) {
254 TEST_F(CloneInstruction, DuplicateInstructionsToSplitBlocksEq1) {
305 TEST_F(CloneInstruction, DuplicateInstructionsToSplitBlocksEq2) {
  /external/llvm/tools/llvm-c-test/
echo.cpp 373 auto Dst = CloneInstruction(Src, Builder);
392 LLVMValueRef CloneInstruction(LLVMValueRef Src, LLVMBuilderRef Builder) {
709 CloneInstruction(Cur, Builder);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
echo.cpp 392 auto Dst = CloneInstruction(Src, Builder);
411 LLVMValueRef CloneInstruction(LLVMValueRef Src, LLVMBuilderRef Builder) {
782 CloneInstruction(Cur, Builder);
    [all...]

Completed in 507 milliseconds